aboutsummaryrefslogtreecommitdiff
path: root/debianutils/which.c
diff options
context:
space:
mode:
Diffstat (limited to 'debianutils/which.c')
-rw-r--r--debianutils/which.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/which.c b/debianutils/which.c
index 13f922615..9060a5b47 100644
--- a/debianutils/which.c
+++ b/debianutils/which.c
@@ -71,7 +71,7 @@ int which_main(int argc UNUSED_PARAM, char **argv)
71 puts(*argv); 71 puts(*argv);
72 } 72 }
73#if ENABLE_PLATFORM_MINGW32 73#if ENABLE_PLATFORM_MINGW32
74 else if ((p=file_is_win32_executable(*argv)) != NULL) { 74 else if ((p=add_win32_extension(*argv)) != NULL) {
75 missing = 0; 75 missing = 0;
76 puts(p); 76 puts(p);
77 free(p); 77 free(p);