diff --git a/ovn/lib/lex.c b/ovn/lib/lex.c index a05edfaf7..7eee3b6dc 100644 --- a/ovn/lib/lex.c +++ b/ovn/lib/lex.c @@ -589,7 +589,7 @@ next: token->type = LEX_T_END; return p; - case ' ': case '\t': case '\n': case '\r': + case ' ': case '\t': case '\n': case '\r': case '\v': case '\f': p++; goto next;