X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhtest.c;h=5c0310916aa6e940a4443f92eb2f8b151e4ea8b7;hp=80a0c7b3fdbce4c51c6c4212e2d50140071c880f;hb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;hpb=8f8d299c72fdf8105947681d459dde45eda94e9d diff --git a/uip/mhtest.c b/uip/mhtest.c index 80a0c7b..5c03109 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -386,8 +386,7 @@ do_cache: context_save (); /* save the context file */ } - done (0); - /* NOTREACHED */ + return done (0); } @@ -421,7 +420,7 @@ pipeser (int i) } -void +int done (int status) { CT *ctp; @@ -431,4 +430,5 @@ done (int status) free_content (*ctp); exit (status); + return 1; /* dead code to satisfy the compiler */ }