summaryrefslogtreecommitdiff
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 4364ccf..9ca20d7 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1363,8 +1363,8 @@ ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1363 returns the value that was written, or -1 in case of error. 1363 returns the value that was written, or -1 in case of error.
1364*/ 1364*/
1365 1365
1366/*
1367ZEXTERN int ZEXPORT gzgetc OF((gzFile file)); 1366ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1367/*
1368 Reads one byte from the compressed file. gzgetc returns this byte or -1 1368 Reads one byte from the compressed file. gzgetc returns this byte or -1
1369 in case of end of file or error. This is implemented as a macro for speed. 1369 in case of end of file or error. This is implemented as a macro for speed.
1370 As such, it does not do all of the checking the other functions do. I.e. 1370 As such, it does not do all of the checking the other functions do. I.e.