diff options
Diffstat (limited to 'gzlib.c')
-rw-r--r-- | gzlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ local gzFile gz_open OF((const void *, int, const char *)); | |||
30 | 30 | ||
31 | The gz_strwinerror function does not change the current setting of | 31 | The gz_strwinerror function does not change the current setting of |
32 | GetLastError. */ | 32 | GetLastError. */ |
33 | char ZLIB_INTERNAL *gz_strwinerror (error) | 33 | char ZLIB_INTERNAL *gz_strwinerror(error) |
34 | DWORD error; | 34 | DWORD error; |
35 | { | 35 | { |
36 | static char buf[1024]; | 36 | static char buf[1024]; |