aboutsummaryrefslogtreecommitdiff
path: root/which.c
diff options
context:
space:
mode:
Diffstat (limited to 'which.c')
-rw-r--r--which.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/which.c b/which.c
index 7a11bf787..8d4422a78 100644
--- a/which.c
+++ b/which.c
@@ -88,7 +88,7 @@ extern int which_main(int argc, char **argv)
88 exit (FALSE); 88 exit (FALSE);
89 } 89 }
90 } 90 }
91 exit(TRUE); 91 return(TRUE);
92} 92}
93 93
94/* 94/*