X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fcomp.c;h=7e741383413d0361f156b12e051e82379261d240;hb=0f540a390a62d9732f61fdb21f82048093a3d63d;hp=e40c968805f09782b8d67bcbca365097440e6045;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/comp.c b/uip/comp.c index e40c968..7e74138 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -34,7 +34,7 @@ static struct swit switches[] = { #define VERSIONSW 11 { "version", 0 }, #define HELPSW 12 - { "help", 4 }, + { "help", 0 }, { NULL, 0 } }; @@ -302,5 +302,5 @@ edit_it: if (nwhat) done (0); what_now (ed, nedit, use, drft, NULL, 0, NULLMP, NULL, 0, cwd); - done (1); + return done (1); }