mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +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 (stdout, 1, "%5lu ", O->Size);
|
||||
/* Print the name */
|
||||
printf ("%s\n", O->Name);
|
||||
puts (O->Name);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user