From: foobar Date: Wed, 21 Jan 2004 01:09:41 +0000 (+0000) Subject: Goto targets should not be indented (some compilers choke on this, iirc) X-Git-Tag: php_ibase_before_split~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdd3b13c5370caf667a7c9d539711b4ae1a205e1;p=php Goto targets should not be indented (some compilers choke on this, iirc) --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 5b74d6ef0b..c989571968 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -211,7 +211,7 @@ static zval * sxe_prop_dim_read(zval *object, zval *member, zend_bool elements, break; } } - next_iter: +next_iter: node = node->next; } if (node) {