aboutsummaryrefslogtreecommitdiff
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 40e5732..66dc600 100644
--- a/zlib.h
+++ b/zlib.h
@@ -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