X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814..07f336c16bdb2316c0e32debb3c7ed2e5a89e49a:/uip/dist.c diff --git a/uip/dist.c b/uip/dist.c index d8c261da..1effbb05 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -285,5 +285,6 @@ try_it_again: done (0); what_now (ed, nedit, NOUSE, drft, msgnam, 1, mp, anot ? "Resent" : NULL, inplace, cwd); - return done (1); + done (1); + return 1; }