]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_new.c
Removed a local variable from m_Eom().
[nmh] / sbr / fmt_new.c
index 3ad71b81cbf7883531157bdbf487cd95d4cca112..c699dbd9c2e4d8b4a8bdf17bd135968d8490190c 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * fmt_new.c -- read format file/string and normalize
+/* fmt_new.c -- read format file/string and normalize
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -57,7 +56,7 @@ new_fs (char *form, char *format, char *default_fs)
 
 
 void
-free_fs (){
+free_fs(void) {
     free (formats);
     formats = 0;
 }