summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-05-10 13:49:27 +0000
committerAntony Dovgal <tony2001@php.net>2006-05-10 13:49:27 +0000
commit4f37b2f3544f1a56179c3c3c7271c21f5dfc18c5 (patch)
tree250570145ada0e0f9a9afb0921cb365d416d25d8 /Zend/zend_API.c
parent91bd50d1b0037be7bc779dd64b38a790ba06fdef (diff)
downloadphp-git-4f37b2f3544f1a56179c3c3c7271c21f5dfc18c5.tar.gz
nuke extra semi-colon
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r--Zend/zend_API.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c
index 02bbd82671..e444090c74 100644
--- a/Zend/zend_API.c
+++ b/Zend/zend_API.c
@@ -1531,7 +1531,7 @@ ZEND_API int zend_register_functions(zend_class_entry *scope, zend_function_entr
int count=0, unload=0;
HashTable *target_function_table = function_table;
int error_type;
- zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__tostring = NULL;;
+ zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__tostring = NULL;
char *lowercase_name;
int fname_len;
char *lc_class_name = NULL;