From 05d47d2627a68a15ba23fb10b17fbc73551aeec1 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:34:22 -0700 Subject: zlib 1.2.4.1 --- zutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zutil.c') diff --git a/zutil.c b/zutil.c index 98a55a8..6ba16f6 100644 --- a/zutil.c +++ b/zutil.c @@ -272,7 +272,7 @@ void zcfree (voidpf opaque, voidpf ptr) # define _hfree hfree #endif -voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) +voidpf zcalloc (voidpf opaque, uInt items, uInt size) { if (opaque) opaque = 0; /* to make compiler happy */ return _halloc((long)items, size); -- cgit v1.2.3-55-g6feb