Changeset 651c8db in mainline for uspace/app/df/df.c


Ignore:
Timestamp:
2013-09-15T21:51:19Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ed8b72
Parents:
737227c7
Message:

df: remove redundant code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/df/df.c

    r737227c7 r651c8db  
    177177
    178178                /* Percentage of used blocks */
    179                 printf(" %4llu%%",
    180                     PERCENTAGE(st->f_blocks - st->f_bfree, st->f_blocks));
     179                printf(" %4u%%", perc_used);
    181180
    182181                /* Mount point */
Note: See TracChangeset for help on using the changeset viewer.