X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fpath.c;h=502ad97a1b025426eb5eaa2b79174abe1bf20179;hp=a01385fad05d094a08dc6027f2a10dad106aed69;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/sbr/path.c b/sbr/path.c index a01385f..502ad97 100644 --- a/sbr/path.c +++ b/sbr/path.c @@ -1,10 +1,10 @@ /* - * path.c -- return a pathname - * - * 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. - */ +** path.c -- return a pathname +** +** 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 @@ -18,8 +18,8 @@ static char *pwds; /* - * static prototypes - */ +** static prototypes +*/ static char *expath(char *,int); static void compath(char *);