aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toys/posix/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/ls.c b/toys/posix/ls.c
index da0a142d..8dc5536e 100644
--- a/toys/posix/ls.c
+++ b/toys/posix/ls.c
@@ -413,7 +413,7 @@ static void listfiles(int dirfd, struct dirtree *indir)
xputc('\n');
width = 0;
} else {
- printf(" "+mm);
+ printf(" "+mm, 0); // shut up the stupid compiler
width += 2-mm;
}
}