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 d358a62..16b20ce 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1446,7 +1446,7 @@ ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1446 must not be called more than once on the same allocation. 1446 must not be called more than once on the same allocation.
1447 1447
1448 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a 1448 gzclose will return Z_STREAM_ERROR if file is not valid, Z_ERRNO on a
1449 file operation error, or Z_OK on success. 1449 file operation error, Z_MEM_ERROR if out of memory, or Z_OK on success.
1450*/ 1450*/
1451 1451
1452ZEXTERN int ZEXPORT gzclose_r OF((gzFile file)); 1452ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));