]> granicus.if.org Git - php/commitdiff
ws fix
authorAntony Dovgal <tony2001@php.net>
Thu, 13 Oct 2005 09:48:38 +0000 (09:48 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 13 Oct 2005 09:48:38 +0000 (09:48 +0000)
Zend/zend_API.c

index 63df1b60b73bd7c16b459a7f2eb2acdfe48e8981..5e7c4fc9daba93f2ad16f91d90f6a41a9602a045 100644 (file)
@@ -2005,7 +2005,7 @@ ZEND_API zend_bool zend_is_callable_ex(zval *callable, uint check_flags, char **
                                                        memcpy(ptr, "::", sizeof("::") - 1);
                                                        ptr += sizeof("::") - 1;
                                                        memcpy(ptr, Z_STRVAL_PP(method), Z_STRLEN_PP(method) + 1);
-                                                                                               }
+                                               }
 
                                                if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY)
                                                        return 1;