diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index e56d2a4ed..f10467a3b 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -113,7 +113,7 @@ int main(int argc, char **argv) | |||
113 | exit((*(applet->main)) (argc, argv)); | 113 | exit((*(applet->main)) (argc, argv)); |
114 | } | 114 | } |
115 | 115 | ||
116 | error_msg_and_die("applet not found\n"); | 116 | error_msg_and_die("applet not found"); |
117 | } | 117 | } |
118 | 118 | ||
119 | 119 | ||