X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/49976f25a761e67a05cc493cc7ab88863a587e30..e605596f06f250775f89ddfe3f7f2c8fcfda1c4e:/sbr/fmt_new.c diff --git a/sbr/fmt_new.c b/sbr/fmt_new.c index e5de56f2..c699dbd9 100644 --- a/sbr/fmt_new.c +++ b/sbr/fmt_new.c @@ -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; }