X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814..386656ec3d9a80184f380a77169dc0a16bad89d5:/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; }