mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +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:
parent
b8e7feb788
commit
0807da74bd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user