From: markus schnalke Date: Wed, 16 May 2012 09:00:55 +0000 (+0200) Subject: Fixed mhl's -nobody switch. X-Git-Tag: mmh-thesis-end~40 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=f1b5a26561ad625f8fc87fe19c77097e719b9aed;ds=sidebyside Fixed mhl's -nobody switch. --- diff --git a/uip/mhl.c b/uip/mhl.c index 8c2094e..8b29ee4 100644 --- a/uip/mhl.c +++ b/uip/mhl.c @@ -55,7 +55,7 @@ static struct swit mhlswitches[] = { { "forward", -7 }, #define FORW2SW 6 { "forwall", -7 }, -#define NBODYSW 8 +#define NBODYSW 7 { "nobody", -6 }, { NULL, 0 } };