summaryrefslogtreecommitdiff
path: root/thirdparty/zlib/gzlib.c
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-07 13:16:29 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-07 13:16:29 +0100
commited1cfb65c7910180cd8bab4bca46acf3b1d3b1c1 (patch)
treebdc406e5e4861818ec5b4b9a36c4fa1b9850b3f6 /thirdparty/zlib/gzlib.c
parent163f6f5fe87d11645e94cd49f41226ab03063e53 (diff)
parent93409b8e64a9bc3c271ab4a7489b59a43bc0d048 (diff)
Merge pull request #69395 from DeeJayLSP/update_zlib
zlib/minizip: Update to version 1.2.13, remove zlib from freetype
Diffstat (limited to 'thirdparty/zlib/gzlib.c')
-rw-r--r--thirdparty/zlib/gzlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zlib/gzlib.c b/thirdparty/zlib/gzlib.c
index dddaf26873..55da46a453 100644
--- a/thirdparty/zlib/gzlib.c
+++ b/thirdparty/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];