X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=f92a3ecd85a09d81823a564109a0c12d65c238cf;hp=4d00717e1d895f2e5eac6372013f5fc8b8416bef;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/uip/mhparam.c b/uip/mhparam.c index 4d00717..f92a3ec 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -1,13 +1,13 @@ /* - * mhparam.c -- print mh_profile values - * - * Originally contributed by - * Jeffrey C Honig - * - * 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. - */ +** mhparam.c -- print mh_profile values +** +** Originally contributed by +** Jeffrey C Honig +** +** 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 @@ -70,8 +70,8 @@ static struct proc procs [] = { /* - * static prototypes - */ +** static prototypes +*/ static char *p_find(char *); @@ -148,12 +148,13 @@ main(int argc, char **argv) struct proc *ps; /* - * Print the current value of everything in - * procs array. This will show their current - * value (as determined after context is read). - */ + ** Print the current value of everything in + ** procs array. This will show their current + ** value (as determined after context is read). + */ for (ps = procs; ps->p_name; ps++) - printf ("%s: %s\n", ps->p_name, *ps->p_field ? *ps->p_field : ""); + printf ("%s: %s\n", ps->p_name, + *ps->p_field ? *ps->p_field : ""); } else { if (components < 0)