aboutsummaryrefslogtreecommitdiff
path: root/mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'mt.c')
-rw-r--r--mt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mt.c b/mt.c
index 0d28339b9..683804b5a 100644
--- a/mt.c
+++ b/mt.c
@@ -76,7 +76,7 @@ extern int mt_main(int argc, char **argv)
76 } 76 }
77 77
78 if (code->name == 0) { 78 if (code->name == 0) {
79 error_msg("unrecognized opcode %s.\n", argv[1]); 79 error_msg("unrecognized opcode %s.", argv[1]);
80 return EXIT_FAILURE; 80 return EXIT_FAILURE;
81 } 81 }
82 82