Changeset 81bd5f4 in mainline


Ignore:
Timestamp:
2013-08-07T20:49:53Z (11 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
caf5382
Parents:
3432ddb
Message:

Add missing semicolon.

File:
1 edited

Legend:

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

    r3432ddb r81bd5f4  
    5959static unsigned int human_readable;
    6060
    61 static int size_to_human_readable(char buf[], uint64_t bytes)
     61static int size_to_human_readable(char buf[], uint64_t bytes);
    6262static void print_header(void);
    6363static void print_statfs(struct statfs *, char *, char *);
Note: See TracChangeset for help on using the changeset viewer.