commit | dd19c6990496023fe23fefef8f1798740f7d39c6 | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Wed Jan 31 19:00:21 2001 +0000 |
committer | Matt Kraai <kraai@debian.org> | Wed Jan 31 19:00:21 2001 +0000 |
tree | 3933adefa4171173db78fa2389146ac89f4edb86 | |
parent | 63ec2732454a0c973305794e185e488106f6b282 [diff] [blame] |
Removed trailing \n from error_msg{,_and_die} messages.
diff --git a/applets/busybox.c b/applets/busybox.c index e56d2a4..f10467a 100644 --- a/applets/busybox.c +++ b/applets/busybox.c
@@ -113,7 +113,7 @@ exit((*(applet->main)) (argc, argv)); } - error_msg_and_die("applet not found\n"); + error_msg_and_die("applet not found"); }