diff options
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -101,8 +101,7 @@ void ZLIB_INTERNAL z_error (m) /* exported to allow conversion of error code to string for compress() and * uncompress() */ -const char * ZEXPORT zError(err) - int err; +const char * ZEXPORT zError(int err) { return ERR_MSG(err); } |