From 4f92ba548445e84bab61e06f89ee1e341a92f716 Mon Sep 17 00:00:00 2001 From: DLL125 <134442578+DLL125@users.noreply.github.com> Date: Sun, 20 Aug 2023 09:21:54 +0200 Subject: Update zlib to latest (#1181) * Update zlib to latest * Update copyright Updated copyright of zlib. --- src/Common/zlib/gzclose.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Common/zlib/gzclose.c') diff --git a/src/Common/zlib/gzclose.c b/src/Common/zlib/gzclose.c index caeb99a3..48d6a86f 100644 --- a/src/Common/zlib/gzclose.c +++ b/src/Common/zlib/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; -- cgit v1.2.3