summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib/src/gzlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/zlib/src/gzlib.c')
-rw-r--r--src/3rdparty/zlib/src/gzlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/zlib/src/gzlib.c b/src/3rdparty/zlib/src/gzlib.c
index dddaf26873..55da46a453 100644
--- a/src/3rdparty/zlib/src/gzlib.c
+++ b/src/3rdparty/zlib/src/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];