X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshow.c;h=0791c4837e991127c7b451f4a23c7b630df8d33a;hb=6e0e2e4490ebb9daf1f62ed7a2d30412551772ee;hp=ff2bee855fbbf4858b1e8f7e32f65fc26326ba00;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/mhshow.c b/uip/mhshow.c index ff2bee8..0791c48 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -475,8 +475,7 @@ do_cache: context_save (); /* save the context file */ } - done (0); - /* NOTREACHED */ + return done (0); } @@ -495,7 +494,7 @@ pipeser (int i) } -void +int done (int status) { CT *ctp; @@ -505,4 +504,5 @@ done (int status) free_content (*ctp); exit (status); + return 1; /* dead code to satisfy the compiler */ }