From d3d004dd3507f841745956a035fff68936378f9c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 27 Oct 2006 09:02:31 +0000 Subject: last nail into error_msg() (de)capitalization --- miscutils/mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/mt.c') diff --git a/miscutils/mt.c b/miscutils/mt.c index a2bb6be91..f4a0e994c 100644 --- a/miscutils/mt.c +++ b/miscutils/mt.c @@ -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; } -- cgit v1.2.3