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