Fix a compile error identiefied by Steven Scholz.

Declare variables first for compatability.
This commit is contained in:
Glenn L McGrath 2004-03-03 21:12:16 +00:00
parent e84152e9e1
commit bbf2ce36d8

View File

@ -56,8 +56,8 @@ extern int which_main(int argc, char **argv)
while (argc-- > 0) {
char *buf;
char *path_n;
argv++;
char found = 0;
argv++;
/*
* Check if we were given the full path, first.