From: Hans Kristian Rosbach Date: Tue, 7 Feb 2017 09:18:18 +0000 (+0100) Subject: Fix typo from 'Add deflateGetDictionary() function' causing compilation failure. X-Git-Tag: 1.9.9-b1~712 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e65557d2e2c8e4fc7c03cfbd5b6d6c31aae91479;p=thirdparty%2Fzlib-ng.git Fix typo from 'Add deflateGetDictionary() function' causing compilation failure. --- diff --git a/zlib.h b/zlib.h index 1cec7a5d9..1f79b3361 100644 --- a/zlib.h +++ b/zlib.h @@ -648,7 +648,7 @@ ZEXTERN int ZEXPORT deflateSetDictionary(z_stream *strm, not perform any compression: this will be done by deflate(). */ -ZEXTERN int ZEXPORT deflateGetDictionary (z_stream *strm, unsigned char *dictionary, unsigned int *dictLength) { +ZEXTERN int ZEXPORT deflateGetDictionary (z_stream *strm, unsigned char *dictionary, unsigned int *dictLength); /* Returns the sliding dictionary being maintained by deflate. dictLength is set to the number of bytes in the dictionary, and that many bytes are copied