CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 06/08/16 12:23:05
Index: src/main.c
===================================================================
RCS file: /sources/m4/m4/src/main.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -b -r1.73 -r1.74
--- src/main.c 14 Aug 2006 13:07:49 -0000 1.73
+++ src/main.c 16 Aug 2006 12:23:05 -0000 1.74
@@ -348,7 +348,7 @@
m4_set_debug_level_opt (context, m4_debug_decode (context, optarg));
if (m4_get_debug_level_opt (context) < 0)
{
- error (0, 0, _("Bad debug flags: `%s'"), optarg);
+ error (0, 0, _("bad debug flags: `%s'"), optarg);
m4_set_debug_level_opt (context, 0);
}
break;