X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhstore.c;h=c9b6a26b138fa09b091f774ba597eefe9af4c0ff;hp=a52e00bf52c2b4085cbaa882f0cd86f4588cd015;hb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;hpb=8f8d299c72fdf8105947681d459dde45eda94e9d;ds=sidebyside diff --git a/uip/mhstore.c b/uip/mhstore.c index a52e00b..c9b6a26 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -407,8 +407,7 @@ do_cache: context_save (); /* save the context file */ } - done (0); - /* NOTREACHED */ + return done (0); } @@ -427,7 +426,7 @@ pipeser (int i) } -void +int done (int status) { CT *ctp; @@ -437,4 +436,5 @@ done (int status) free_content (*ctp); exit (status); + return 1; /* dead code to satisfy the compiler */ }