Update list.c
This commit is contained in:
@@ -76,10 +76,8 @@ void ListObjFiles (int argc, char* argv [])
|
||||
/* Get the entry */
|
||||
O = CollConstAt (&ObjPool, I);
|
||||
|
||||
/* Print the size */
|
||||
if (Verbosity > 0) {
|
||||
Print (stdout, 1, "%5lu ", O->Size);
|
||||
}
|
||||
/* Print the size if verbose */
|
||||
Print (stdout, 1, "%5lu ", O->Size);
|
||||
/* Print the name */
|
||||
printf ("%s\n", O->Name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user