Update list.c
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user