X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhn.c;h=376fc5834cd9196973caad2a891ad1f29c49958c;hb=a139e1ddbbe5e7fe89d7eb4a5dc16d4b9698960a;hp=41eb33abcc76df144dec009020d0e049da53ea14;hpb=045101c0a79f43fe566422622f154d5cc0141d8a;p=mmh diff --git a/uip/mhn.c b/uip/mhn.c index 41eb33a..376fc58 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -198,7 +198,7 @@ void cache_all_messages (CT *); /* mhfree.c */ void free_content (CT); extern CT *cts; -int freects_done (int); +void freects_done (int) NORETURN; /* * static prototypes @@ -686,7 +686,8 @@ do_cache: context_save (); /* save the context file */ } - return done (0); + done (0); + return 1; }