Skip to content

Commit fd5eea8

Browse files
Fix warning.
1 parent d5b1a7f commit fd5eea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/xml/xml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ void _xml_startElementHandler(void *userData, const char *name, const char **att
647647
const char **attrs = attributes;
648648
char *tag_name;
649649
char *att, *val;
650-
int att_len, val_len;
650+
int val_len;
651651
zval *retval, *args[3];
652652

653653
if (parser) {

0 commit comments

Comments
 (0)