]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix typo from 'Add deflateGetDictionary() function' causing compilation failure.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 7 Feb 2017 09:18:18 +0000 (10:18 +0100)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Tue, 7 Feb 2017 09:18:18 +0000 (10:18 +0100)
zlib.h

diff --git a/zlib.h b/zlib.h
index 1cec7a5d92066eb4b60e07d39775a9466b8d5a6b..1f79b33619266967bb2d0168ac610f66856bbce2 100644 (file)
--- 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