aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r--src/cssparser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc
index 85ae0610..f1d8faef 100644
--- a/src/cssparser.cc
+++ b/src/cssparser.cc
@@ -464,7 +464,7 @@ void CssParser::nextToken()
c = getChar();
} while (c != EOF && ! skipString(c, "*/"));
} else if (skipString(c, "<!--")) { // ignore XML comment markers
- } else if (skipString(c, "-->")) {
+ } else if (skipString(c, "-->")) {
} else {
break;
}