diff --git a/src/vm/wren_compiler.c b/src/vm/wren_compiler.c index 597e3e75..4ab695f8 100644 --- a/src/vm/wren_compiler.c +++ b/src/vm/wren_compiler.c @@ -1098,7 +1098,7 @@ static void nextToken(Parser* parser) skipLineComment(parser); break; } - // Otherwise we treat it as a token a token + // Otherwise we treat it as a token makeToken(parser, TOKEN_HASH); return; }