X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fcomp.c;h=9c915bf3e0efc6f58f7eb5df48169cc29268661d;hb=1ae9fa8a84998e44e0234543162e257815d7e972;hp=67cf83bb502199f9e23733d462d20b489cddf188;hpb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814;p=mmh diff --git a/uip/comp.c b/uip/comp.c index 67cf83b..9c915bf 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -296,5 +296,6 @@ edit_it: if (nwhat) done (0); what_now (ed, nedit, use, drft, NULL, 0, NULLMP, NULL, 0, cwd); - return done (1); + done (1); + return 1; }