From 51676eb43e6b8aced3a78f45f84ae146c046a5f0 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Thu, 9 Feb 2012 15:31:20 +0100 Subject: [PATCH] Minor cleanups. --- uip/mhlsbr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index 786178d..15360ea 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -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; -- 1.7.10.4