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