mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Update list.c
This commit is contained in:
parent
c9c2562c14
commit
ea9430e28e
@ -79,7 +79,7 @@ void ListObjFiles (int argc, char* argv [])
|
|||||||
/* Print the size if verbose */
|
/* Print the size if verbose */
|
||||||
Print (stdout, 1, "%5lu ", O->Size);
|
Print (stdout, 1, "%5lu ", O->Size);
|
||||||
/* Print the name */
|
/* Print the name */
|
||||||
printf ("%s\n", O->Name);
|
puts (O->Name);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user