Reformated comments and long lines
[mmh] / sbr / path.c
index a01385f..502ad97 100644 (file)
@@ -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 <h/mh.h>
 
@@ -18,8 +18,8 @@
 static char *pwds;
 
 /*
- * static prototypes
- */
+** static prototypes
+*/
 static char *expath(char *,int);
 static void compath(char *);