From 13a294f044ef0a89b2dcbfbb5d4d4c792673348e Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:21:57 -0700 Subject: zlib 1.2.0.1 --- inflate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inflate.c') diff --git a/inflate.c b/inflate.c index 36fbb75..1da2776 100644 --- a/inflate.c +++ b/inflate.c @@ -70,14 +70,14 @@ * - Changed many types to unsigned or unsigned short to avoid warnings * - Added inflateCopy() function * - * 1.2.0 9 Mar 2003 + * 1.2.0 9 Mar 2003 * - Changed inflateBack() interface to provide separate opaque descriptors * for the in() and out() functions * - Changed inflateBack() argument and in_func typedef to swap the length * and buffer address return values for the input function * - Check next_in and next_out for Z_NULL on entry to inflate() * - * Remainder of change history is in ChangeLog in zlib distribution. + * The history for versions past 1.2.0 are in ChangeLog in zlib distribution. */ #include "zutil.h" -- cgit v1.2.3-55-g6feb