From: markus schnalke Date: Sat, 5 May 2012 05:51:32 +0000 (+0200) Subject: forw: Fixed -build switch. X-Git-Tag: mmh-thesis-end~51 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=c4a4ae457b089b440ba4cb62bca2e2ca59940ac1 forw: Fixed -build switch. --- 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 } };