diff options
Diffstat (limited to 'ext/zip/lib/zip_strerror.c')
-rw-r--r-- | ext/zip/lib/zip_strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_strerror.c b/ext/zip/lib/zip_strerror.c index f3e5aa9fe8..83e2985068 100644 --- a/ext/zip/lib/zip_strerror.c +++ b/ext/zip/lib/zip_strerror.c @@ -40,7 +40,7 @@ -PHPZIPAPI const char * +const char * zip_strerror(struct zip *za) { return _zip_error_strerror(&za->error); |