X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fcomp.c;h=5ebce6ed0e0855957311933e206f8691bad68491;hp=67cf83bb502199f9e23733d462d20b489cddf188;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hpb=0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814 diff --git a/uip/comp.c b/uip/comp.c index 67cf83b..5ebce6e 100644 --- a/uip/comp.c +++ b/uip/comp.c @@ -2,8 +2,6 @@ /* * comp.c -- compose a message * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -296,5 +294,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; }