This commit is contained in:
Eric Andersen 2003-10-22 11:36:55 +00:00
parent a92877403a
commit e78fe2414b

View File

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