summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2015-09-05 18:56:55 -0700
committerMark Adler <madler@alumni.caltech.edu>2015-09-05 18:56:55 -0700
commit44ae761dc2047038dc42a7e5a162d042fc392d2b (patch)
treee197e5197395480ec86a3fa0154f4a5d784a4c99 /zlib.h
parente54e1299404101a5a9d0cf5e45512b543967f958 (diff)
downloadzlib-44ae761dc2047038dc42a7e5a162d042fc392d2b.tar.gz
zlib-44ae761dc2047038dc42a7e5a162d042fc392d2b.tar.bz2
zlib-44ae761dc2047038dc42a7e5a162d042fc392d2b.zip
Clean up portability for shifts and integer sizes.
Diffstat (limited to '')
-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