X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Freadconfig.c;h=cc8be82b3483c51624a1c2bdbb94039bcb27fb44;hp=5db792062cebe94765019994315d7a1a1293cdca;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/readconfig.c b/sbr/readconfig.c index 5db7920..cc8be82 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -1,11 +1,11 @@ /* - * readconfig.c -- base routine to read nmh configuration files - * -- such as nmh profile, context file, or mhn.defaults. - * - * 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. - */ +** readconfig.c -- base routine to read nmh configuration files +** -- such as nmh profile, context file, or mhn.defaults. +** +** 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 @@ -82,9 +82,9 @@ readconfig (struct node **npp, FILE *ib, char *file, int ctx) np->n_context = ctx; /* - * Now scan the list of `procs' and link in the - * field value to the global variable. - */ + ** Now scan the list of `procs' and link in the + ** field value to the global variable. + */ for (ps = procs; ps->procname; ps++) if (strcmp (np->n_name, ps->procname) == 0) { *ps->procnaddr = np->n_field;