diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-15 09:43:52 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-15 09:43:52 +0000 |
| commit | ff5e253326fa1da2378adc8a1d41058f1633402d (patch) | |
| tree | cc6b7ce79ad7cef5d2692863a14c0ded4d3fdb8b /bin | |
| parent | cb20e5a97a3eca913047c63a8abf22095a53beca (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ls/ls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 644a4cb0c2281..d50606516b408 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -461,7 +461,6 @@ traverse(int argc, char *argv[], int options) if (!f_recursive && chp != NULL) (void)fts_set(ftsp, p, FTS_SKIP); break; - default: } if (errno) err(1, "fts_read"); |
