X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..e9b4dc0cb4a13da6abe919b99a67e1076edd5b6d:/uip/comp.c 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); }