summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-01-21 01:09:41 +0000
committerfoobar <sniper@php.net>2004-01-21 01:09:41 +0000
commitbdd3b13c5370caf667a7c9d539711b4ae1a205e1 (patch)
tree2a461ba5251ab4bbac4e78973816bb0d5704e3cb /ext
parent3b207ccb12ba3054f4373b6077d9f2ecbb0f2fed (diff)
downloadphp-git-bdd3b13c5370caf667a7c9d539711b4ae1a205e1.tar.gz
Goto targets should not be indented (some compilers choke on this, iirc)
Diffstat (limited to 'ext')
-rw-r--r--ext/simplexml/simplexml.c2
1 files changed, 1 insertions, 1 deletions
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) {