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");
 }