X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..173c34078c1d520926a8dabeeec01d58d6c8615f:/uip/comp.c diff --git a/uip/comp.c b/uip/comp.c index e40c9688..7e741383 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); }