X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fshowfile.c;h=ac9fc69f284bafcb8c697e40d3131d2e4809dd9a;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hp=b8e984b528162b64b31e286ac64c539a1aad4331;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1;p=mmh diff --git a/sbr/showfile.c b/sbr/showfile.c index b8e984b..ac9fc69 100644 --- a/sbr/showfile.c +++ b/sbr/showfile.c @@ -1,10 +1,10 @@ /* - * showfile.c -- invoke the `lproc' 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. - */ +** showfile.c -- invoke the `lproc' 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 @@ -20,10 +20,10 @@ showfile (char **arg, char *file) fflush(stdout); /* - * If you have your lproc listed as "mhl", - * then really invoked the mhlproc instead - * (which is usually mhl anyway). - */ + ** If you have your lproc listed as "mhl", + ** then really invoked the mhlproc instead + ** (which is usually mhl anyway). + */ if (!strcmp (r1bindex (lproc, '/'), "mhl")) lproc = mhlproc;