Browse Source

Missing closing folding marker

PHP-5.1
Rasmus Lerdorf 21 years ago
parent
commit
3064cb787d
  1. 1
      ext/simplexml/simplexml.c

1
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()
*/

Loading…
Cancel
Save