diff options
Diffstat (limited to 'libbb/human_readable.c')
-rw-r--r-- | libbb/human_readable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/human_readable.c b/libbb/human_readable.c index 7714abe..09fa82c 100644 --- a/libbb/human_readable.c +++ b/libbb/human_readable.c @@ -75,7 +75,7 @@ const char *make_human_readable_str(unsigned long long size, if (frac >= 5) { ++val; } - f = "%llu%*c" /* fmt_no_tenths */ ; + f = "%llu%*c" /* fmt_no_tenths */; frac = 1; } #endif |