From: Antony Dovgal Date: Wed, 10 May 2006 13:49:27 +0000 (+0000) Subject: nuke extra semi-colon X-Git-Tag: php-5.2.0RC1~617 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f37b2f3544f1a56179c3c3c7271c21f5dfc18c5;p=php nuke extra semi-colon --- 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;