From f1b5a26561ad625f8fc87fe19c77097e719b9aed Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Wed, 16 May 2012 11:00:55 +0200 Subject: [PATCH] Fixed mhl's -nobody switch. --- uip/mhl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }; -- 1.7.10.4