summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
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