diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:05:17 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-23 20:05:17 +0000 |
commit | 24ebfd27177ba2d49b2fd2e9d5b5fba3df35744c (patch) | |
tree | f301459f6e2160b59f102e5506c37de2f4c48251 /games/adventure/crc.c | |
parent | ec11c0c45f17c8fcab3c1dcd043b3cd0b55c4c82 (diff) |
tabify
Diffstat (limited to 'games/adventure/crc.c')
-rw-r--r-- | games/adventure/crc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/crc.c b/games/adventure/crc.c index 45e43036045..34020907e69 100644 --- a/games/adventure/crc.c +++ b/games/adventure/crc.c @@ -136,5 +136,5 @@ int nr; } crcval = (crcval << 8) ^ crctab[i]; } - return crcval & 0xffffffff; /* Mask to 32 bits. */ + return crcval & 0xffffffff; /* Mask to 32 bits. */ } |