summaryrefslogtreecommitdiff
path: root/src/lex/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex/lex.c')
-rw-r--r--src/lex/lex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lex/lex.c b/src/lex/lex.c
index a649304..86e669e 100644
--- a/src/lex/lex.c
+++ b/src/lex/lex.c
@@ -1168,8 +1168,8 @@ start:
t->type = CSS_TOKEN_EOF;
t->data.data = NULL;
t->data.len = 0;
- t->lower.data = NULL;
- t->lower.len = 0;
+ t->idata = NULL;
+ t->ilower = NULL;
t->col = lexer->currentCol;
t->line = lexer->currentLine;
lexer->escapeSeen = false;