summaryrefslogtreecommitdiff
path: root/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'syntax.c')
-rw-r--r--syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax.c b/syntax.c
index 1803730..0996919 100644
--- a/syntax.c
+++ b/syntax.c
@@ -2139,7 +2139,7 @@ static void syntax_highlight_css(SyntaxState *state_ptr, const char32_t *line, u
dealt_with = true;
if (!in_braces && char_types) {
goto handle_pseudo;
- } else {
+ } else {
--i; // we'll increment i from the for loop
}
break;