diff options
-rw-r--r-- | xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ startvalue: static void xml_parsecomment(XMLParser *x) { - int c, i; + int c, i = 0; while ((c = GETNEXT()) != EOF) { if (c == '-') { |
index : sfeed.git | ||
Suckless rss Feed reader with my configs | Benjamin Chausse |
summaryrefslogtreecommitdiff |
-rw-r--r-- | xml.c | 2 |
@@ -116,7 +116,7 @@ startvalue: static void xml_parsecomment(XMLParser *x) { - int c, i; + int c, i = 0; while ((c = GETNEXT()) != EOF) { if (c == '-') { |