]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
Don't add -D_FORTIFY_SOURCE to AM_CPPFLAGS with -O0.
[nmh] / sbr / print_help.c
index 03274e080a0caa276b14048bcd5c885329b30289..5374b6b9e32daa0ba737475a17404fdeca5b2073 100644 (file)
@@ -31,7 +31,7 @@ print_help (char *str, struct swit *swp, int print_context)
     }
 
     /* and for further info */
     }
 
     /* 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.");
 }
     print_intro (stdout, TRUE);
     puts ("\nSee the BUGS section of the nmh(7) man page for more information.");
 }
@@ -45,8 +45,7 @@ static const char nmh_intro1[] = \
 "Send bug reports, questions, suggestions, and patches to\n"
 "nmh-workers@nongnu.org.  That mailing list is relatively quiet, so user\n"
 "questions are encouraged.  Users are also encouraged to subscribe, and\n"
 "Send bug reports, questions, suggestions, and patches to\n"
 "nmh-workers@nongnu.org.  That mailing list is relatively quiet, so user\n"
 "questions are encouraged.  Users are also encouraged to subscribe, and\n"
-"view the archives, at https://lists.gnu.org/mailman/listinfo/nmh-\n"
-"workers .\n";
+"view the archives, at https://lists.gnu.org/mailman/listinfo/nmh-workers\n";
 
 /* The text below is split so that string constant length doesn't
    exceed the C90 minimum maximum length of 509 characters. */
 
 /* The text below is split so that string constant length doesn't
    exceed the C90 minimum maximum length of 509 characters. */