]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
seq_del.c: Move interface to own file.
[nmh] / sbr / print_help.c
index 2aafe06e8abe9ee85004d3e795b61927b82c1905..81b1ab4b80918cb703091d5d9b79926bcdc862fb 100644 (file)
@@ -6,7 +6,7 @@
  * complete copyright information.
  */
 
-#include <h/mh.h>
+#include "h/mh.h"
 
 
 void
@@ -64,7 +64,8 @@ static const char nmh_intro3[] = \
 "at http://www.nongnu.org/nmh/ .\n";
 
 void
-print_intro (FILE *file, bool brief) {
+print_intro (FILE *file, bool brief)
+{
     fputs (nmh_intro1, file);
     if (! brief) {
         fputs (nmh_intro2, file);