From e78fe2414b14ba67e514384f5c100e1fb867bfb6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 22 Oct 2003 11:36:55 +0000 Subject: [PATCH] sigh --- debianutils/which.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debianutils/which.c b/debianutils/which.c index 74b922531..27646d520 100644 --- a/debianutils/which.c +++ b/debianutils/which.c @@ -58,10 +58,10 @@ extern int which_main(int argc, char **argv) } while(argc-- > 0) { + char *buf; path_n = path_list; argv++; found = 0; - char *buf; /* * Check if we were given the full path, first. -- 2.25.1