aboutsummaryrefslogtreecommitdiff
path: root/gzclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'gzclose.c')
-rw-r--r--gzclose.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gzclose.c b/gzclose.c
index caeb99a..48d6a86 100644
--- a/gzclose.c
+++ b/gzclose.c
@@ -8,9 +8,7 @@
8/* gzclose() is in a separate file so that it is linked in only if it is used. 8/* gzclose() is in a separate file so that it is linked in only if it is used.
9 That way the other gzclose functions can be used instead to avoid linking in 9 That way the other gzclose functions can be used instead to avoid linking in
10 unneeded compression or decompression routines. */ 10 unneeded compression or decompression routines. */
11int ZEXPORT gzclose(file) 11int ZEXPORT gzclose(gzFile file) {
12 gzFile file;
13{
14#ifndef NO_GZCOMPRESS 12#ifndef NO_GZCOMPRESS
15 gz_statep state; 13 gz_statep state;
16 14