summaryrefslogtreecommitdiff
path: root/ext/phar/phar_object.c
diff options
context:
space:
mode:
authorSteph Fox <sfox@php.net>2008-08-31 21:02:55 +0000
committerSteph Fox <sfox@php.net>2008-08-31 21:02:55 +0000
commit318d5f98ffb6d39b3706b69281dcbfdf62f950a3 (patch)
treebbb05c6ea9df9ab9b2058621c26ddc11ba29c048 /ext/phar/phar_object.c
parent7b74a7711ca8070592ce5aa30cc3aac021884061 (diff)
downloadphp-git-318d5f98ffb6d39b3706b69281dcbfdf62f950a3.tar.gz
- unnecessary ;
We are now 100% synched - let's keep it that way!
Diffstat (limited to 'ext/phar/phar_object.c')
-rwxr-xr-xext/phar/phar_object.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/phar_object.c b/ext/phar/phar_object.c
index 1a71dbcf0e..db82767e4f 100755
--- a/ext/phar/phar_object.c
+++ b/ext/phar/phar_object.c
@@ -5033,12 +5033,12 @@ zend_function_entry php_archive_methods[] = {
static
ZEND_BEGIN_ARG_INFO_EX(arginfo_entry___construct, 0, 0, 1)
ZEND_ARG_INFO(0, filename)
-ZEND_END_ARG_INFO();
+ZEND_END_ARG_INFO()
static
ZEND_BEGIN_ARG_INFO_EX(arginfo_entry_chmod, 0, 0, 1)
ZEND_ARG_INFO(0, perms)
-ZEND_END_ARG_INFO();
+ZEND_END_ARG_INFO()
zend_function_entry php_entry_methods[] = {
PHP_ME(PharFileInfo, __construct, arginfo_entry___construct, ZEND_ACC_PUBLIC)