From 23c69f10698301ae97709eb0bbfb371d66b99a08 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:09:18 -0700 Subject: zlib 0.94 --- crc32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crc32.c') diff --git a/crc32.c b/crc32.c index 92bc3f0..4089255 100644 --- a/crc32.c +++ b/crc32.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: crc32.c,v 1.5 1995/05/01 13:55:46 jloup Exp $ */ +/* $Id: crc32.c,v 1.4 1995/04/14 14:55:12 jloup Exp $ */ #include "zlib.h" @@ -99,7 +99,7 @@ local uLong crc_table[] = { /* ========================================================================= */ uLong crc32(crc, buf, len) uLong crc; - Byte *buf; + Bytef *buf; uInt len; { if (buf == Z_NULL) return 0L; -- cgit v1.2.3-55-g6feb