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 794a1d028..8d0282dfe 100644
--- a/ls.c
+++ b/ls.c
@@ -637,7 +637,7 @@ static int list_single(struct dnode *dn)
637 my_getpwuid(scratch, dn->dstat.st_uid); 637 my_getpwuid(scratch, dn->dstat.st_uid);
638 printf("%-8.8s ", scratch); 638 printf("%-8.8s ", scratch);
639 my_getgrgid(scratch, dn->dstat.st_gid); 639 my_getgrgid(scratch, dn->dstat.st_gid);
640 printf("%-8.8s ", scratch); 640 printf("%-8.8s", scratch);
641 column += 17; 641 column += 17;
642 break; 642 break;
643#endif 643#endif