diff options
| author | rsc <rsc> | 2006-09-06 18:47:48 +0000 |
|---|---|---|
| committer | rsc <rsc> | 2006-09-06 18:47:48 +0000 |
| commit | 236d33698b4520f8722e5ff8ce2c5d277c6b7153 (patch) | |
| tree | 6382c9a50aab3c12540264b1f4481c58bb4fe37a /ls.c | |
| parent | 50e514be986e4d5b136879d1221b721b17493a78 (diff) | |
| download | xv6-labs-2022-236d33698b4520f8722e5ff8ce2c5d277c6b7153.tar.xz xv6-labs-2022-236d33698b4520f8722e5ff8ce2c5d277c6b7153.zip | |
weird spacing
Diffstat (limited to 'ls.c')
| -rw-r--r-- | ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
