Reformated comments and long lines
[mmh] / uip / mhmisc.c
index c32157f..869fe1c 100644 (file)
@@ -1,10 +1,10 @@
 /*
- * mhparse.c -- misc routines to process MIME messages
- *
- * 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.
- */
+** mhparse.c -- misc routines to process MIME messages
+**
+** 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>
 #include <errno.h>
@@ -15,8 +15,8 @@
 extern int debugsw;
 
 /*
- * limit actions to specified parts or content types
- */
+** limit actions to specified parts or content types
+*/
 int npart = 0;
 int ntype = 0;
 char *parts[NPARTS + 1];
@@ -29,8 +29,8 @@ static char *errs = NULL;
 
 
 /*
- * prototypes
- */
+** prototypes
+*/
 int part_ok (CT, int);
 int type_ok (CT, int);
 void set_endian (void);
@@ -133,8 +133,8 @@ losing_directory:
 
 
 /*
- * Construct error message for content
- */
+** Construct error message for content
+*/
 
 void
 content_error (char *what, CT ct, char *fmt, ...)