X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/045101c0a79f43fe566422622f154d5cc0141d8a..419ccf0da01ec9f0b0700a6bea7ac5f216cd28d8:/uip/mhshow.c diff --git a/uip/mhshow.c b/uip/mhshow.c index b7a097c1..1383388d 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -126,7 +126,7 @@ void show_all_messages (CT *); /* mhfree.c */ void free_content (CT); extern CT *cts; -int freects_done (int); +void freects_done (int); /* * static prototypes @@ -453,7 +453,8 @@ do_cache: context_save (); /* save the context file */ } - return done (0); + done (0); + return 1; }