summaryrefslogtreecommitdiff
path: root/test/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lex.c')
-rw-r--r--test/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lex.c b/test/lex.c
index d808611..22da973 100644
--- a/test/lex.c
+++ b/test/lex.c
@@ -108,7 +108,7 @@ int main(int argc, char **argv)
size_t len, origlen;
#define CHUNK_SIZE (4096)
uint8_t buf[CHUNK_SIZE];
- const css_token *tok;
+ css_token *tok;
css_error error;
if (argc != 3) {