X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhlist.c;h=4bb21bb59fad65d366268c5dac6ec140b7ff70a6;hb=f7c1a8a53c452b75aa84ff4bf9de7f47af7b881c;hp=112c09840e621e56a43e6cfbc3c71840dcb30a8e;hpb=045101c0a79f43fe566422622f154d5cc0141d8a;p=mmh diff --git a/uip/mhlist.c b/uip/mhlist.c index 112c098..4bb21bb 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -110,7 +110,7 @@ void list_all_messages (CT *, int, int, int, int); /* mhfree.c */ void free_content (CT); extern CT *cts; -int freects_done (int); +void freects_done (int) NORETURN; /* * static prototypes @@ -373,7 +373,8 @@ do_cache: context_save (); /* save the context file */ } - return done (0); + done (0); + return 1; }