diff options
Diffstat (limited to 'ext/zip/lib/zip_rename.c')
-rw-r--r-- | ext/zip/lib/zip_rename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_rename.c b/ext/zip/lib/zip_rename.c index 8141dc46a6..f35291893f 100644 --- a/ext/zip/lib/zip_rename.c +++ b/ext/zip/lib/zip_rename.c @@ -40,7 +40,7 @@ -PHPZIPAPI int +int zip_rename(struct zip *za, int idx, const char *name) { if (idx >= za->nentry || idx < 0) { |