Remove stray \n.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 14 Dec 2007 06:36:31 +0000 (06:36 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 14 Dec 2007 06:36:31 +0000 (06:36 +0000)
[r18735]

format_check.c

index 851f41b..7710353 100644 (file)
@@ -381,7 +381,7 @@ eval_fmt_mod_unsigned:
                }
                if (is_type_valid(arg_type)) {
                        warningf(pos,
-                               "argument type '%T' does not match conversion specifier '%%%s%c'\n",
+                               "argument type '%T' does not match conversion specifier '%%%s%c'",
                                arg_type, get_length_modifier_name(fmt_mod), (char)*fmt);
                }