Reformated comments and long lines
[mmh] / sbr / m_atoi.c
index 21606c4..0222533 100644 (file)
@@ -1,12 +1,12 @@
 /*
- * m_atoi.c -- Parse a string representation of a message number, and
- *          -- return the numeric value of the message.  If the string
- *          -- contains any non-digit characters, then return 0.
- *
- * 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_atoi.c -- Parse a string representation of a message number, and
+**          -- return the numeric value of the message.  If the string
+**          -- contains any non-digit characters, then return 0.
+**
+** 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>