diff options
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
1452 | ZEXTERN int ZEXPORT gzclose_r OF((gzFile file)); | 1452 | ZEXTERN int ZEXPORT gzclose_r OF((gzFile file)); |