From: Rasmus Lerdorf Date: Thu, 7 Jul 2005 03:53:47 +0000 (+0000) Subject: Missing closing folding marker X-Git-Tag: php-5.1.0b3~157 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3064cb787dc61d6a841792b1194b131d60575930;p=php Missing closing folding marker --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index d57c0524f9..3343849494 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -1183,6 +1183,7 @@ static void sxe_object_dtor(void *object, zend_object_handle handle TSRMLS_DC) sxe->iter.nsprefix = NULL; } } +/* }}} */ /* {{{ sxe_object_free_storage() */