aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/ls.c')
-rw-r--r--src/cmd/ls.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/ls.c b/src/cmd/ls.c
index fca3ee95..845532be 100644
--- a/src/cmd/ls.c
+++ b/src/cmd/ls.c
@@ -249,7 +249,7 @@ growto(long n)
if(dirbuf == 0){
fprint(2, "ls: malloc fail\n");
exits("malloc fail");
- }
+ }
}
int
@@ -305,4 +305,3 @@ asciitime(long l)
buf[12] = 0;
return buf;
}
-