From 5d96f54cf9001c61862c10df0925b2184af76ddc Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 12 Jan 2008 03:46:47 +0000 Subject: revert last commit, was to wrong branch --- ext/zip/lib/zip_file_error_clear.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zip/lib/zip_file_error_clear.c') diff --git a/ext/zip/lib/zip_file_error_clear.c b/ext/zip/lib/zip_file_error_clear.c index dca33b35f7..e5359114a9 100644 --- a/ext/zip/lib/zip_file_error_clear.c +++ b/ext/zip/lib/zip_file_error_clear.c @@ -40,7 +40,7 @@ -PHPZIPAPI void +void zip_file_error_clear(struct zip_file *zf) { _zip_error_clear(&zf->error); -- cgit v1.2.1