From: uz Date: Thu, 5 Aug 2010 19:34:25 +0000 (+0000) Subject: Corrected indentation - no code change. X-Git-Tag: V2.13.3~669 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0807da74bd7c3ebe3e6e75129a07a810b17174b2;p=cc65 Corrected indentation - no code change. git-svn-id: svn://svn.cc65.org/cc65/trunk@4782 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/ld65/dbginfo.c b/src/ld65/dbginfo.c index 4626a7c53..ddf4320b6 100644 --- a/src/ld65/dbginfo.c +++ b/src/ld65/dbginfo.c @@ -75,7 +75,7 @@ void PrintDbgInfo (ObjData* O, FILE* F) const CodeRange* R = CollConstAt (CodeRanges, J); /* Print it */ - fprintf (F, + fprintf (F, "line\t\"%s\",line=%lu,range=0x%06lX-0x%06lX", GetString (LI->File->Name), LI->Pos.Line,