Reformated comments and long lines
[mmh] / sbr / m_maildir.c
index 15e4a66..1ba21c8 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * m_maildir.c -- get the path for the mail directory
- *
- * 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.
- */
+** m_maildir.c -- get the path for the mail directory
+**
+** 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 mailfold[BUFSIZ];
 
 /*
- * static prototypes
- */
+** static prototypes
+*/
 static char *exmaildir (char *);