aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/expand.c')
-rw-r--r--coreutils/expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/expand.c b/coreutils/expand.c
index 20e4c4b23..4fa974df8 100644
--- a/coreutils/expand.c
+++ b/coreutils/expand.c
@@ -247,7 +247,7 @@ int expand_main(int argc UNUSED_PARAM, char **argv)
247 /* Now close stdin also */ 247 /* Now close stdin also */
248 /* (if we didn't read from it, it's a no-op) */ 248 /* (if we didn't read from it, it's a no-op) */
249 if (fclose(stdin)) 249 if (fclose(stdin))
250 bb_perror_msg_and_die(bb_msg_standard_input); 250 bb_simple_perror_msg_and_die(bb_msg_standard_input);
251 251
252 fflush_stdout_and_exit(exit_status); 252 fflush_stdout_and_exit(exit_status);
253} 253}