diff options
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r-- | ext/xml/xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c index b11ca92b19..edc23c782f 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -647,7 +647,7 @@ void _xml_startElementHandler(void *userData, const char *name, const char **att const char **attrs = attributes; char *tag_name; char *att, *val; - int att_len, val_len; + int val_len; zval *retval, *args[3]; if (parser) { |