last nail into error_msg() (de)capitalization

This commit is contained in:
Denis Vlasenko
2006-10-27 09:02:31 +00:00
parent 1340ca8c87
commit d3d004dd35
12 changed files with 88 additions and 88 deletions

View File

@ -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;
}