diff options
Diffstat (limited to 'coreutils/head.c')
-rw-r--r-- | coreutils/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/head.c b/coreutils/head.c index a48f147a2..af9e9f41e 100644 --- a/coreutils/head.c +++ b/coreutils/head.c | |||
@@ -128,7 +128,7 @@ int head_main(int argc, char **argv) | |||
128 | putchar(c); | 128 | putchar(c); |
129 | } | 129 | } |
130 | if (fclose_if_not_stdin(fp)) { | 130 | if (fclose_if_not_stdin(fp)) { |
131 | bb_perror_msg("%s", *argv); /* Avoid multibyte problems. */ | 131 | bb_simple_perror_msg(*argv); /* Avoid multibyte problems. */ |
132 | retval = EXIT_FAILURE; | 132 | retval = EXIT_FAILURE; |
133 | } | 133 | } |
134 | die_if_ferror_stdout(); | 134 | die_if_ferror_stdout(); |