X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..d3e11c5e9:/sbr/fmt_new.c?ds=sidebyside diff --git a/sbr/fmt_new.c b/sbr/fmt_new.c index 3ad71b81..c699dbd9 100644 --- a/sbr/fmt_new.c +++ b/sbr/fmt_new.c @@ -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; }