X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffmt_new.c;fp=sbr%2Ffmt_new.c;h=7576ae42b53d880ff4ad3dcc5a12b360a7d65647;hp=4acabe796b991bf316e320d81b3a1a13224bd44f;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/fmt_new.c b/sbr/fmt_new.c index 4acabe7..7576ae4 100644 --- a/sbr/fmt_new.c +++ b/sbr/fmt_new.c @@ -1,10 +1,10 @@ /* - * 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 - * complete copyright information. - */ +** 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 +** complete copyright information. +*/ #include #include @@ -14,14 +14,14 @@ static char *formats = 0; /* - * static prototypes - */ +** static prototypes +*/ static void normalize (char *); /* - * Get new format string - */ +** Get new format string +*/ char * new_fs (char *form, char *format, char *default_fs) @@ -58,8 +58,8 @@ new_fs (char *form, char *format, char *default_fs) /* - * Expand escapes in format strings - */ +** Expand escapes in format strings +*/ static void normalize (char *cp)