diff options
Diffstat (limited to 'which.c')
-rw-r--r-- | which.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | /* |