From c4a4ae457b089b440ba4cb62bca2e2ca59940ac1 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 5 May 2012 07:51:32 +0200 Subject: [PATCH] forw: Fixed -build switch. --- uip/forw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uip/forw.c b/uip/forw.c index b1148b0..cbff866 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -37,7 +37,7 @@ static struct swit switches[] = { { "Version", 0 }, #define HELPSW 9 { "help", 0 }, -#define BILDSW 12 +#define BILDSW 10 { "build", 5 }, /* interface from mhe */ { NULL, 0 } }; -- 1.7.10.4