Remove an empty default case to make this syntactically correct. Not there

is as good as blaknk.
This commit is contained in:
Juli Mallett 2002-05-15 09:43:52 +00:00
parent cb20e5a97a
commit ff5e253326

View File

@ -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");