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 304d66485..4ab478270 100644
--- a/mt.c
+++ b/mt.c
@@ -81,7 +81,7 @@ extern int mt_main(int argc, char **argv)
81 } 81 }
82 82
83 if (code->name == 0) { 83 if (code->name == 0) {
84 fprintf(stderr, "mt: unrecognized opcode %s.\n", argv[1]); 84 errorMsg("unrecognized opcode %s.\n", argv[1]);
85 exit (FALSE); 85 exit (FALSE);
86 } 86 }
87 87