X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhlist.c;h=ec2f9459f98735719338ec4011f830269d5797a8;hb=1e6e0b5cc1bd2d49ffcef4ea7bb1bb6c256d07b7;hp=d5f290823540ebd5116f8f252a3b0c5df5b07a4c;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/mhlist.c b/uip/mhlist.c index d5f2908..ec2f945 100644 --- a/uip/mhlist.c +++ b/uip/mhlist.c @@ -395,8 +395,7 @@ do_cache: context_save (); /* save the context file */ } - done (0); - /* NOTREACHED */ + return done (0); } @@ -415,7 +414,7 @@ pipeser (int i) } -void +int done (int status) { CT *ctp; @@ -425,4 +424,5 @@ done (int status) free_content (*ctp); exit (status); + return 1; /* dead code to satisfy the compiler */ }