diff options
Diffstat (limited to 'coreutils/printf.c')
-rw-r--r-- | coreutils/printf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c index 4e9a940..f572897 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c @@ -57,7 +57,6 @@ #include <stdlib.h> #include <fcntl.h> #include <ctype.h> -#include <libintl.h> #ifndef S_IFMT @@ -171,7 +170,7 @@ int printf_main(int argc, char **argv) fprintf(stderr, "excess args ignored"); */ - exit(exit_status); + return(exit_status); } /* Print the text in FORMAT, using ARGV (with ARGC elements) for |