From 8fc866df4070e23ec0cc88a84c8ecfd456dfb30d Mon Sep 17 00:00:00 2001 From: Wendigo <84196391+wendig0x@users.noreply.github.com> Date: Fri, 19 May 2023 23:15:01 +0300 Subject: update zlib to latest version 1.2.13 (#986) --- src/Common/zlib/gzlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common/zlib/gzlib.c') diff --git a/src/Common/zlib/gzlib.c b/src/Common/zlib/gzlib.c index dddaf268..55da46a4 100644 --- a/src/Common/zlib/gzlib.c +++ b/src/Common/zlib/gzlib.c @@ -30,7 +30,7 @@ local gzFile gz_open OF((const void *, int, const char *)); The gz_strwinerror function does not change the current setting of GetLastError. */ -char ZLIB_INTERNAL *gz_strwinerror (error) +char ZLIB_INTERNAL *gz_strwinerror(error) DWORD error; { static char buf[1024]; -- cgit v1.2.3