diff options
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -978,7 +978,7 @@ ZEXTERN long ZEXPORT inflateMark OF((z_streamp strm)); | |||
978 | location in the input stream can be determined from avail_in and data_type | 978 | location in the input stream can be determined from avail_in and data_type |
979 | as noted in the description for the Z_BLOCK flush parameter for inflate. | 979 | as noted in the description for the Z_BLOCK flush parameter for inflate. |
980 | 980 | ||
981 | inflateMark returns the value noted above or -1 << 16 if the provided | 981 | inflateMark returns the value noted above or -65536 if the provided |
982 | source stream state was inconsistent. | 982 | source stream state was inconsistent. |
983 | */ | 983 | */ |
984 | 984 | ||