]> granicus.if.org Git - php/commitdiff
- WS (actually my falut)
authorMarcus Boerger <helly@php.net>
Mon, 11 Aug 2008 10:30:21 +0000 (10:30 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 11 Aug 2008 10:30:21 +0000 (10:30 +0000)
Zend/zend_closures.c

index 88a8bf6d822a18633c18e96f77e77608267a426e..48fae603f88399a3ee0af1e84a9975d1f515e68d 100644 (file)
@@ -112,7 +112,6 @@ ZEND_API zend_function *zend_get_closure_invoke_method(zval *obj TSRMLS_DC) /* {
        invoke->internal_function.scope = zend_ce_closure;
        invoke->internal_function.function_name = estrndup(ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME)-1);
        return invoke;
-       
 }
 /* }}} */