summaryrefslogtreecommitdiff
path: root/zutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.c')
-rw-r--r--zutil.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/zutil.c b/zutil.c
index 5c1c754..d38280e 100644
--- a/zutil.c
+++ b/zutil.c
@@ -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);
}