diff --git a/src/cc65/preproc.c b/src/cc65/preproc.c index f04a9642a..846d07966 100644 --- a/src/cc65/preproc.c +++ b/src/cc65/preproc.c @@ -1064,6 +1064,7 @@ static int DoIf (int Skip) * the following line. */ SB_AppendStr (Line, ";;"); + SB_Terminate (Line); /* Load CurTok and NextTok with tokens from the new input */ NextToken ();