weird spacing

This commit is contained in:
rsc 2006-09-06 18:47:48 +00:00
parent 50e514be98
commit 236d33698b
2 changed files with 5 additions and 5 deletions

2
ls.c
View file

@ -64,7 +64,7 @@ main(int argc, char *argv[])
}
if(dirent.inum != 0) {
// xxx prepend to name the pathname supplied to ls (e.g. .. in ls ..)
if(stat (dirent.name, &st) < 0) {
if(stat (dirent.name, &st) < 0) {
printf(1, "stat: failed %s\n", dirent.name);
continue;
}