summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2006-08-12 17:05:08 +0000
committerPierre Joye <pajoye@php.net>2006-08-12 17:05:08 +0000
commitd1ad062be8243d1a135374ef793a6dc6a21e036d (patch)
tree9fc8f94b1a0815b4f99cdce3be64a7a0737b3c50
parent2eef59dc5940fa3ddd179adc579deba5167b0462 (diff)
downloadphp-git-d1ad062be8243d1a135374ef793a6dc6a21e036d.tar.gz
- MFH: NL
-rw-r--r--ext/zip/lib/zip_close.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zip/lib/zip_close.c b/ext/zip/lib/zip_close.c
index 797521cdb2..3cb324d9c4 100644
--- a/ext/zip/lib/zip_close.c
+++ b/ext/zip/lib/zip_close.c
@@ -56,8 +56,6 @@ static int _zip_cdir_set_comment(struct zip_cdir *, struct zip *);
static int _zip_changed(struct zip *, int *);
static char *_zip_create_temp_output(struct zip *, FILE **);
-
-
int
zip_close(struct zip *za)
{