Change the type of an unused variable to appease a warning.

This commit is contained in:
markm 2002-10-23 19:10:15 +00:00
parent 11c2eea1c4
commit a34db31767

View File

@ -112,7 +112,8 @@ main(int argc, char *argv[])
int ftsoptions;
int listall;
int depth;
int Hflag, Lflag, Pflag, aflag, sflag, dflag, cflag, hflag, ch, notused, rval;
int Hflag, Lflag, Pflag, aflag, sflag, dflag, cflag, hflag, ch, rval;
size_t notused;
char **save;
static char dot[] = ".";