summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/php_zip.h')
-rw-r--r--ext/zip/php_zip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h
index 4e20153891..1ad6b54c43 100644
--- a/ext/zip/php_zip.h
+++ b/ext/zip/php_zip.h
@@ -47,8 +47,8 @@ PHP_FUNCTION(zip_entry_read);
PHP_FUNCTION(zip_entry_close);
typedef struct {
- ZZIP_FILE *fp;
- ZZIP_DIRENT dirent;
+ ZZIP_FILE *fp;
+ ZZIP_DIRENT dirent;
} php_zzip_dirent;
#else