diff options
Diffstat (limited to 'mt.c')
-rw-r--r-- | mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||