Add in ifconfig and route
[oweals/busybox.git] / fsck_minix.c
index 18841ec563b6c9fa14fb2f2b58c1decbad8eff0e..9d762200606d243af355d4839fb24de99feeda6c 100644 (file)
@@ -290,7 +290,7 @@ static void show_usage(void)
 
 static void die(const char *str)
 {
-       error_msg("%s\n", str);
+       error_msg("%s", str);
        leave(8);
 }