X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlsbr.c;h=15360eaf67cd57d557183ca6847672938eb98028;hp=786178d315a41d831b029869412862d8b4b4875e;hb=51676eb43e6b8aced3a78f45f84ae146c046a5f0;hpb=451a4d8564d347d126725760c2e20d924ec29dc0 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;