Add missing file line-continuation-string.asm

Also make some minor formatting corrections
This commit is contained in:
Rangi
2021-07-04 16:12:34 -04:00
parent 9782f7d942
commit 695dfe9dbd
3 changed files with 8 additions and 5 deletions

View File

@@ -1042,7 +1042,7 @@ void lexer_DumpStringExpansions(void)
}
}
/* Discards an block comment */
/* Discards a block comment */
static void discardBlockComment(void)
{
dbgPrint("Discarding block comment\n");