]> diplodocus.org Git - nmh/blobdiff - sbr/fmt_new.c
Print pointers in debug with C99's `%p' rather than `0x%x'.
[nmh] / sbr / fmt_new.c
index e5de56f2e74bebf401beef04c7a45d2189fe2703..c699dbd9c2e4d8b4a8bdf17bd135968d8490190c 100644 (file)
@@ -1,6 +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
@@ -58,7 +56,7 @@ new_fs (char *form, char *format, char *default_fs)
 
 
 void
-free_fs (){
+free_fs(void) {
     free (formats);
     formats = 0;
 }