X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fforw.c;h=cff49c73c81d565a1521ae1d1d205e78d62efec3;hb=411195e89109d7b1c0a0d552d1644837be781eeb;hp=ade775ed90d0e3621d9a86da9582811d5b08f699;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/forw.c b/uip/forw.c index ade775e..cff49c7 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -64,11 +64,11 @@ static struct swit switches[] = { #define HELPSW 23 { "help", 4 }, #define FILESW 24 - { "file file", -4 }, /* interface from msh */ + { "file file", 4 }, /* interface from msh */ #ifdef MHE #define BILDSW 25 - { "build", -5 }, /* interface from mhe */ + { "build", 5 }, /* interface from mhe */ #endif /* MHE */ { NULL, 0 } @@ -447,7 +447,7 @@ try_it_again: done (0); what_now (ed, nedit, NOUSE, drft, NULL, 0, mp, anot ? "Forwarded" : NULL, inplace, cwd); - done (1); + return done (1); }