X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fprint_help.c;h=a46a88b426b6cbaaed31486e4247e92a94e2ebf6;hp=ff3f0f15bdd0ecf127887866719b1befd1dcf2fd;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/print_help.c b/sbr/print_help.c index ff3f0f1..a46a88b 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -1,11 +1,11 @@ /* - * print_help.c -- print a help message, and possibly the - * -- profile/context entries for this command - * - * 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. - */ +** print_help.c -- print a help message, and possibly the +** -- profile/context entries for this command +** +** 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 @@ -23,8 +23,8 @@ print_help (char *str, struct swit *swp, int print_context) print_sw (ALL, swp, "-", stdout); /* - * check if we should print any profile entries - */ + ** check if we should print any profile entries + */ if (print_context && (s = context_find (invo_name))) printf ("\nProfile: %s\n", s); }