diff --git a/src/scrut.c b/src/scrut.c index d85d243..c4dbe72 100644 --- a/src/scrut.c +++ b/src/scrut.c @@ -28,7 +28,7 @@ * S_ISFIFO, S_ISGID, S_ISREG, S_ISLNK, S_ISSOCK, * S_ISUID, S_ISVTX */ -static char args[] = "bcdefghkprsuwxLS"; +static char args[] = "bcdefgkprsuwxLS"; static char ops[(sizeof args) / (sizeof *args)]; static char *program_name = "scrut";