last nail into error_msg() (de)capitalization
This commit is contained in:
@ -78,7 +78,7 @@ int mt_main(int argc, char **argv)
|
||||
}
|
||||
|
||||
if (code->name == 0) {
|
||||
bb_error_msg("unrecognized opcode %s.", argv[1]);
|
||||
bb_error_msg("unrecognized opcode %s", argv[1]);
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user