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
Clean up portability for shifts and integer sizes.
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));
location in the input stream can be determined from avail_in and data_type
as noted in the description for the Z_BLOCK flush parameter for inflate.
- inflateMark returns the value noted above or -1 << 16 if the provided
+ inflateMark returns the value noted above or -65536 if the provided
source stream state was inconsistent.
*/