X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fcomp.c;h=9c915bf3e0efc6f58f7eb5df48169cc29268661d;hp=67cf83bb502199f9e23733d462d20b489cddf188;hb=38615191e71744b066425e0c44412b62dbe49cc2;hpb=045101c0a79f43fe566422622f154d5cc0141d8a 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; }