aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debianutils/which.c2
1 files changed, 1 insertions, 1 deletions
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.