X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Far65%2Flist.c;fp=src%2Far65%2Flist.c;h=d65ad51e524f0f2c9d7e851ceb3cf98fa112c95c;hb=c9c2562c14aa296c69548bd089f5ba689abf2156;hp=e307e70a8400487dae1ffb5a7dfe03b0faa253e3;hpb=843c5442b149ca12db80dcb5f55dc61da9feaa42;p=cc65 diff --git a/src/ar65/list.c b/src/ar65/list.c index e307e70a8..d65ad51e5 100644 --- a/src/ar65/list.c +++ b/src/ar65/list.c @@ -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);