X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/75b164e2434686240fb4005432dc404f80cd8536..e2cef70fec5fc03ca28987f8005b6549e9e23e6b:/sbr/print_help.c diff --git a/sbr/print_help.c b/sbr/print_help.c index 813a1cb2..5374b6b9 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -31,7 +31,7 @@ print_help (char *str, struct swit *swp, int print_context) } /* and for further info */ - puts (""); + putchar('\n'); print_intro (stdout, TRUE); puts ("\nSee the BUGS section of the nmh(7) man page for more information."); }