summaryrefslogtreecommitdiffstats
path: root/games/adventure/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/crc.c')
-rw-r--r--games/adventure/crc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/adventure/crc.c b/games/adventure/crc.c
index 19b0f90..952d102 100644
--- a/games/adventure/crc.c
+++ b/games/adventure/crc.c
@@ -118,8 +118,8 @@ u_long crc(ptr, nr) /* Process nr bytes at a time; ptr points to them */
const char *ptr;
int nr;
{
- register int i;
- register const char *p;
+ int i;
+ const char *p;
while (nr > 0)
for (p = ptr; nr--; ++p)
OpenPOWER on IntegriCloud