X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/045101c0a79f43fe566422622f154d5cc0141d8a..e429820bc15ffd06239ae9e4f4100ee47738deba:/uip/mhn.c diff --git a/uip/mhn.c b/uip/mhn.c index 41eb33ab..376fc583 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; }