]> git.sur5r.net Git - cc65/blobdiff - src/cc65/preproc.c
Amiga install files by Stefan Haubenthal.
[cc65] / src / cc65 / preproc.c
index f04a9642ae7670a637e58e02e4eb924b68d9c7fd..846d07966b938a1c95cb9bb97a9d3929bd0e8777 100644 (file)
@@ -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 ();