aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.c b/busybox.c
index e56d2a4ed..f10467a3b 100644
--- a/busybox.c
+++ b/busybox.c
@@ -113,7 +113,7 @@ int main(int argc, char **argv)
exit((*(applet->main)) (argc, argv));
}
- error_msg_and_die("applet not found\n");
+ error_msg_and_die("applet not found");
}