]> granicus.if.org Git - php/commitdiff
nuke extra semi-colon
authorAntony Dovgal <tony2001@php.net>
Wed, 10 May 2006 13:49:27 +0000 (13:49 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 10 May 2006 13:49:27 +0000 (13:49 +0000)
Zend/zend_API.c

index 02bbd826714ade4003c85ba5a9b9f5b7affbdbe5..e444090c74320ed97c432d6fcf5b00d8d35690f2 100644 (file)
@@ -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;