Minor cleanups.
authormarkus schnalke <meillo@marmaro.de>
Thu, 9 Feb 2012 14:31:20 +0000 (15:31 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 9 Feb 2012 14:31:20 +0000 (15:31 +0100)
uip/mhlsbr.c

index 786178d..15360ea 100644 (file)
@@ -68,9 +68,9 @@ static struct swit mhlswitches[] = {
 #define HELPSW  12
        { "help", 0 },
 #define FORW1SW  13
-       { "forward", -7 },  /* interface from forw */
+       { "forward", -7 },
 #define FORW2SW  14
-       { "forwall", -7 },  /* interface from forw */
+       { "forwall", -7 },
 #define DGSTSW  15
        { "digest list", -6 },
 #define VOLUMSW  16
@@ -224,8 +224,8 @@ static char *ignores[MAXARGS];
 static  jmp_buf env;
 static  jmp_buf mhlenv;
 
-static char delim3[] = /* from forw.c */
-       "\n----------------------------------------------------------------------\n\n";
+static char delim3[] =
+"\n----------------------------------------------------------------------\n\n";
 static char delim4[] = "\n------------------------------\n\n";
 
 static FILE *(*mhl_action) () = (FILE *(*) ()) 0;