diff options
author | Greg Beaver <cellog@php.net> | 2008-01-12 03:46:47 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-01-12 03:46:47 +0000 |
commit | 5d96f54cf9001c61862c10df0925b2184af76ddc (patch) | |
tree | a25884e09331c17be2cfaafd295806708c3743ee /ext/zip/lib/zip_stat_init.c | |
parent | 9ce5990880049726da2a3117c27bfab8e95b7894 (diff) | |
download | php-git-5d96f54cf9001c61862c10df0925b2184af76ddc.tar.gz |
revert last commit, was to wrong branch
Diffstat (limited to 'ext/zip/lib/zip_stat_init.c')
-rw-r--r-- | ext/zip/lib/zip_stat_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_stat_init.c b/ext/zip/lib/zip_stat_init.c index e9c056dfc5..7ab0f4da75 100644 --- a/ext/zip/lib/zip_stat_init.c +++ b/ext/zip/lib/zip_stat_init.c @@ -39,7 +39,7 @@ -PHPZIPAPI void +void zip_stat_init(struct zip_stat *st) { st->name = NULL; |