]> diplodocus.org Git - mdfrm/commitdiff
Whitespace nits in comments.
authorepg <>
Sun, 1 Sep 2002 22:25:53 +0000 (22:25 +0000)
committerepg <>
Sun, 1 Sep 2002 22:25:53 +0000 (22:25 +0000)
mdfrm.c

diff --git a/mdfrm.c b/mdfrm.c
index 63a1bb47cef87eab76f78032e23112441f8fd8a8..30a3b29f93ff4a2db9b53cde85eb2cc565d9199a 100644 (file)
--- a/mdfrm.c
+++ b/mdfrm.c
@@ -25,8 +25,8 @@
 #endif
 
 enum {
 #endif
 
 enum {
-    FROMLEN = 6,                /* "From: "*/
-    SUBJLEN = 9,                /* "Subject: "*/
+    FROMLEN = 6,                /* "From: " */
+    SUBJLEN = 9,                /* "Subject: " */
 
     /* Number of characters for each field we actually output.  This
      * must also be changed in the printf functions at the end.
 
     /* Number of characters for each field we actually output.  This
      * must also be changed in the printf functions at the end.