summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2001-08-13 05:51:06 +0000
committerSterling Hughes <sterling@php.net>2001-08-13 05:51:06 +0000
commit3f505f8624836b32f919b9fbcc533b8e069a87c9 (patch)
tree27cc0f559a7871bbc272c6a9042a683f5401b899 /ext/zip/php_zip.h
parente9cdaccc517de7f55c9e9c810555c6a671ffadcb (diff)
downloadphp-git-3f505f8624836b32f919b9fbcc533b8e069a87c9.tar.gz
ws
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