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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/crc.c b/games/adventure/crc.c
index 0c9bd62..3c48d86 100644
--- a/games/adventure/crc.c
+++ b/games/adventure/crc.c
@@ -120,7 +120,7 @@ crc_start(void)
/* Process nr bytes at a time; ptr points to them */
u_long
-crc(const char *ptr, int nr)
+crc(const char *ptr, size_t nr)
{
int i;
const char *p;
OpenPOWER on IntegriCloud