Goto targets should not be indented (some compilers choke on this, iirc)

This commit is contained in:
foobar 2004-01-21 01:09:41 +00:00
parent 3b207ccb12
commit bdd3b13c53

View File

@ -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) {