diff options
Diffstat (limited to 'coreutils/basename.c')
-rw-r--r-- | coreutils/basename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/basename.c b/coreutils/basename.c index 4d9fc4ec0..fcc7d4619 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -45,5 +45,5 @@ extern int basename_main(int argc, char **argv) | |||
45 | s[m-n] = '\0'; | 45 | s[m-n] = '\0'; |
46 | } | 46 | } |
47 | printf("%s\n", s); | 47 | printf("%s\n", s); |
48 | return(TRUE); | 48 | return EXIT_SUCCESS; |
49 | } | 49 | } |