1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00

Corrected indentation - no code change.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4782 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2010-08-05 19:34:25 +00:00
parent b8e7feb788
commit 0807da74bd

View File

@ -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,