X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fvmh.c;h=b64bdab534ee60ab14be7ce4d831acf60d8890b3;hp=8b398e6053ba0f5232aada9f29292c7ba33b78d3;hb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;hpb=8f8d299c72fdf8105947681d459dde45eda94e9d diff --git a/uip/vmh.c b/uip/vmh.c index 8b398e6..b64bdab 100644 --- a/uip/vmh.c +++ b/uip/vmh.c @@ -278,7 +278,7 @@ main (int argc, char **argv) vmh (); - done (0); + return done (0); } @@ -1432,13 +1432,14 @@ TSTPser (int sig) /* MISCELLANY */ -void +int done (int status) { TTYoff (); pFIN (); exit (status); + return 1; /* dead code to satisfy the compiler */ }