summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2013-03-23 22:57:27 -0700
committerMark Adler <madler@alumni.caltech.edu>2013-03-23 23:32:58 -0700
commitf0546c8e34dbe1bcc636a6ab4529159266efafe6 (patch)
tree44101aef0f1080fc047691b8cfc8ea61d0dfd368 /zlib.h
parent03ff48cc67937fbb026a7952c0351615ef9be4e5 (diff)
downloadzlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.tar.gz
zlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.tar.bz2
zlib-f0546c8e34dbe1bcc636a6ab4529159266efafe6.zip
Clean up the addition of inflateGetDictionary.
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib.h b/zlib.h
index e3f11eb..7ae67a1 100644
--- a/zlib.h
+++ b/zlib.h
@@ -850,7 +850,7 @@ ZEXTERN int ZEXPORT inflateGetDictionary OF((z_streamp strm,
850 Z_NULL, then only the dictionary length is returned, and nothing is copied. 850 Z_NULL, then only the dictionary length is returned, and nothing is copied.
851 Similary, if dictLength is Z_NULL, then it is not set. 851 Similary, if dictLength is Z_NULL, then it is not set.
852 852
853 inflateSetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the 853 inflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the
854 stream state is inconsistent. 854 stream state is inconsistent.
855*/ 855*/
856 856