aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r--src/cssparser.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc
index ca487b48..53ca2d08 100644
--- a/src/cssparser.cc
+++ b/src/cssparser.cc
@@ -697,6 +697,7 @@ static bool Css_parse_value(CssParser * parser,
} else if (parser->ttype == CSS_TK_SYMBOL &&
strcmp(parser->tval, "auto") == 0) {
val->intVal = CSS_LENGTH_TYPE_AUTO;
+ Css_next_token(parser);
}
break;