diff --git a/src/asm/lexer.c b/src/asm/lexer.c index 19b16e8e..6cf73a56 100644 --- a/src/asm/lexer.c +++ b/src/asm/lexer.c @@ -830,6 +830,7 @@ scanagain: goto scanagain; } else { yyerror("Expected a new line after the continuation character."); + pLexBuffer++; } } }