aboutsummaryrefslogtreecommitdiff
path: root/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'ls.c')
-rw-r--r--ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ls.c b/ls.c
index e51a3bc0b..bd79cc940 100644
--- a/ls.c
+++ b/ls.c
@@ -610,7 +610,7 @@ static int list_single(struct dnode *dn)
610 break; 610 break;
611 case LIST_BLOCKS: 611 case LIST_BLOCKS:
612#ifdef BB_FEATURE_HUMAN_READABLE 612#ifdef BB_FEATURE_HUMAN_READABLE
613 fprintf(stdout, "%4s ", make_human_readable_str(dn->dstat.st_blocks>>1, 613 fprintf(stdout, "%6s ", make_human_readable_str(dn->dstat.st_blocks>>1,
614 KILOBYTE, (ls_disp_hr==TRUE)? 0: KILOBYTE)); 614 KILOBYTE, (ls_disp_hr==TRUE)? 0: KILOBYTE));
615#else 615#else
616#if _FILE_OFFSET_BITS == 64 616#if _FILE_OFFSET_BITS == 64