X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b32b6efa41717ceab51ae52fbc600761463fae1b..27df20759b4af4267ece906d26d1e9dbbf5e596f:/sbr/print_help.c diff --git a/sbr/print_help.c b/sbr/print_help.c index 5374b6b9..25082400 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -20,7 +20,7 @@ print_help (char *str, struct swit *swp, int print_context) printf ("Usage: %s\n", str); /* print all the switches */ - printf (" switches are:\n"); + puts(" switches are:"); print_sw (ALL, swp, "-", stdout); /*