mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 04:37:23 +00:00
Update list.c
This commit is contained in:
parent
843c5442b1
commit
c9c2562c14
@ -76,10 +76,8 @@ void ListObjFiles (int argc, char* argv [])
|
|||||||
/* Get the entry */
|
/* Get the entry */
|
||||||
O = CollConstAt (&ObjPool, I);
|
O = CollConstAt (&ObjPool, I);
|
||||||
|
|
||||||
/* Print the size */
|
/* Print the size if verbose */
|
||||||
if (Verbosity > 0) {
|
Print (stdout, 1, "%5lu ", O->Size);
|
||||||
Print (stdout, 1, "%5lu ", O->Size);
|
|
||||||
}
|
|
||||||
/* Print the name */
|
/* Print the name */
|
||||||
printf ("%s\n", O->Name);
|
printf ("%s\n", O->Name);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user