diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2013-03-23 22:57:27 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2013-03-23 23:32:58 -0700 |
commit | f0546c8e34dbe1bcc636a6ab4529159266efafe6 (patch) | |
tree | 44101aef0f1080fc047691b8cfc8ea61d0dfd368 /zlib.h | |
parent | 03ff48cc67937fbb026a7952c0351615ef9be4e5 (diff) | |
download | zlib-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||