From b529ac16d7308cb6e852b286b42ebe971a32cd3f Mon Sep 17 00:00:00 2001 From: markw Date: Thu, 7 Dec 2000 19:56:48 +0000 Subject: Changed names of functions in utility.c and all affected files, to make compliant with the style guide. Everybody rebuild your tags file! git-svn-id: svn://busybox.net/trunk/busybox@1398 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- mt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mt.c') diff --git a/mt.c b/mt.c index 583674b18..2d35c7c22 100644 --- a/mt.c +++ b/mt.c @@ -75,7 +75,7 @@ extern int mt_main(int argc, char **argv) } if (code->name == 0) { - errorMsg("unrecognized opcode %s.\n", argv[1]); + error_msg("unrecognized opcode %s.\n", argv[1]); return EXIT_FAILURE; } -- cgit v1.2.3-55-g6feb