Skip to content

Commit 0749e60

Browse files
committed
Re-add star which somehow got sliced off during a whitespace tweak
1 parent 95f07fe commit 0749e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/libxml/libxml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ PHP_FUNCTION(libxml_set_external_entity_loader)
10661066
zval *callback;
10671067
zend_fcall_info fci;
10681068
zend_fcall_info_cache fcc;
1069-
char error = NULL;
1069+
char *error = NULL;
10701070

10711071
ZEND_PARSE_PARAMETERS_START(1, 1)
10721072
Z_PARAM_ZVAL(callback)

0 commit comments

Comments
 (0)