diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-07 13:16:29 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-07 13:16:29 +0100 |
commit | ed1cfb65c7910180cd8bab4bca46acf3b1d3b1c1 (patch) | |
tree | bdc406e5e4861818ec5b4b9a36c4fa1b9850b3f6 /thirdparty/zlib/gzlib.c | |
parent | 163f6f5fe87d11645e94cd49f41226ab03063e53 (diff) | |
parent | 93409b8e64a9bc3c271ab4a7489b59a43bc0d048 (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.c | 2 |
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]; |