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 446f486cd..30f76dc12 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -46,5 +46,5 @@ int basename_main(int argc, char **argv) | |||
46 | 46 | ||
47 | puts(s); | 47 | puts(s); |
48 | 48 | ||
49 | bb_fflush_stdout_and_exit(EXIT_SUCCESS); | 49 | fflush_stdout_and_exit(EXIT_SUCCESS); |
50 | } | 50 | } |