From: uz Date: Mon, 23 Feb 2009 22:11:18 +0000 (+0000) Subject: Fixed source output in generated assembly when -T is used. X-Git-Tag: V2.13.0rc1~299 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=81a30cc8882805ede2187e720bfd6b89665a8238;p=cc65 Fixed source output in generated assembly when -T is used. git-svn-id: svn://svn.cc65.org/cc65/trunk@3956 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/cc65/codeseg.c b/src/cc65/codeseg.c index 55b7aa697..b8466a492 100644 --- a/src/cc65/codeseg.c +++ b/src/cc65/codeseg.c @@ -1317,7 +1317,7 @@ void CS_Output (CodeSeg* S) break; } } - WriteOutput ("\n;\n"); + WriteOutput (";\n"); } /* Add line debug info */