aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/mesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/mesg.c b/init/mesg.c
index e182b4153..1a576cb37 100644
--- a/init/mesg.c
+++ b/init/mesg.c
@@ -40,7 +40,7 @@ int mesg_main(int argc, char **argv)
40 return EXIT_SUCCESS; 40 return EXIT_SUCCESS;
41 } 41 }
42 } 42 }
43 bb_perror_msg_and_die("%s", tty); 43 bb_simple_perror_msg_and_die(tty);
44 } 44 }
45 bb_show_usage(); 45 bb_show_usage();
46} 46}