weird spacing
This commit is contained in:
parent
50e514be98
commit
236d33698b
2 changed files with 5 additions and 5 deletions
2
ls.c
2
ls.c
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue