diff options
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]; |