diff options
Diffstat (limited to 'ext/zip/lib/zip_fread.c')
-rw-r--r-- | ext/zip/lib/zip_fread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_fread.c b/ext/zip/lib/zip_fread.c index 064d2b97fb..aeb64c90fa 100644 --- a/ext/zip/lib/zip_fread.c +++ b/ext/zip/lib/zip_fread.c @@ -40,7 +40,7 @@ -PHPZIPAPI ssize_t +ssize_t zip_fread(struct zip_file *zf, void *outbuf, size_t toread) { int ret; |