Apply a patch from Evin Robertson -- new pivot_root applet.
[oweals/busybox.git] / mt.c
diff --git a/mt.c b/mt.c
index 0d28339b99056f82c95dd4242aff17868e639365..683804b5a90458d654676075b878f6b01f805514 100644 (file)
--- a/mt.c
+++ b/mt.c
@@ -76,7 +76,7 @@ extern int mt_main(int argc, char **argv)
        }
 
        if (code->name == 0) {
-               error_msg("unrecognized opcode %s.\n", argv[1]);
+               error_msg("unrecognized opcode %s.", argv[1]);
                return EXIT_FAILURE;
        }