-
-/*
- * 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
struct stat st;
FILE *fp;
- mh_xfree(formats);
+ free(formats);
if (form) {
if ((fp = fopen (etcpath (form), "r")) == NULL)
void
-free_fs (){
+free_fs(void) {
free (formats);
formats = 0;
}
break;
case 0:
- cp--; /* fall */
+ cp--;
+ /* FALLTHRU */
default:
*dp++ = *cp;
break;