Add in ifconfig and route
[oweals/busybox.git] / fbset.c
diff --git a/fbset.c b/fbset.c
index 637896bedc6970cbda45e1977f14aae52de3804c..f20c284aa3c1e5f9ce11e2c17efe662be2de9695 100644 (file)
--- a/fbset.c
+++ b/fbset.c
@@ -284,7 +284,7 @@ static int readmode(struct fb_var_screeninfo *base, const char *fn,
                }
        }
 #else
-       error_msg( "mode reading not compiled in\n");
+       error_msg( "mode reading not compiled in");
 #endif
        return 0;
 }
@@ -434,7 +434,7 @@ extern int fbset_main(int argc, char **argv)
                perror_msg_and_die("fbset(ioctl)");
        if (g_options & OPT_READMODE) {
                if (!readmode(&var, modefile, mode)) {
-                       error_msg("Unknown video mode `%s'\n", mode);
+                       error_msg("Unknown video mode `%s'", mode);
                        return EXIT_FAILURE;
                }
        }