X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhn.c;h=f73853e465d2304cadbb851d6bf11cbdffffd73c;hb=7736b0a60c15cc20db0ba8c3e0fe8e11d1c78c20;hp=70f730b57aa40390c1b3d2185402e7d8a8cec175;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/mhn.c b/uip/mhn.c index 70f730b..f73853e 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -708,8 +708,7 @@ do_cache: context_save (); /* save the context file */ } - done (0); - /* NOTREACHED */ + return done (0); } @@ -728,7 +727,7 @@ pipeser (int i) } -void +int done (int status) { CT *ctp; @@ -738,4 +737,5 @@ done (int status) free_content (*ctp); exit (status); + return 1; /* dead code to satisfy the compiler */ }