X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhshow.c;h=0791c4837e991127c7b451f4a23c7b630df8d33a;hp=ff2bee855fbbf4858b1e8f7e32f65fc26326ba00;hb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;hpb=8f8d299c72fdf8105947681d459dde45eda94e9d 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 */ }