On Sat, Jan 26, 2013 at 03:42:26PM +0000, Sami Kerola wrote: > My mistake in commit fbbc4c88d5273c46db065594493261eb9bb1a2c4. > > Signed-off-by: Sami Kerola <kerolasa@xxxxxx> > --- > sys-utils/dmesg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c > index a307d84..48c121f 100644 > --- a/sys-utils/dmesg.c > +++ b/sys-utils/dmesg.c > @@ -236,7 +236,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out) > fprintf(stderr, " %7s - %s\n", > level_names[i].name, > _(level_names[i].help)); > - fputc(USAGE_SEPARATOR, out); > + fputs(USAGE_SEPARATOR, out); Ah.. already fixed ;-) Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html