summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xml.c b/xml.c
index 74b0f06..e402f8f 100644
--- a/xml.c
+++ b/xml.c
@@ -27,8 +27,7 @@ xmlparser_parseattrs(XMLParser *x) {
if(isspace(c)) { /* TODO: simplify endname ? */
if(namelen)
endname = 1;
- else
- continue;
+ continue;
}
if(c == '?')
; /* ignore */