X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..1e6e0b5cc1bd2d49ffcef4ea7bb1bb6c256d07b7:/uip/comp.c?ds=inline diff --git a/uip/comp.c b/uip/comp.c index e40c9688..d380b521 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -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); }