X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/045101c0a79f43fe566422622f154d5cc0141d8a..e429820bc15ffd06239ae9e4f4100ee47738deba:/uip/mhstore.c diff --git a/uip/mhstore.c b/uip/mhstore.c index 4d1ebe09..91c57a22 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -104,7 +104,7 @@ void store_all_messages (CT *); /* mhfree.c */ void free_content (CT); extern CT *cts; -int freects_done (int); +void freects_done (int) NORETURN; /* * static prototypes @@ -385,7 +385,8 @@ do_cache: context_save (); /* save the context file */ } - return done (0); + done (0); + return 1; }