X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8f8d299c72fdf8105947681d459dde45eda94e9d..3c9700d8d045f3ff26ce5dd2a174454dafc14822:/uip/whom.c diff --git a/uip/whom.c b/uip/whom.c index aeb8d3b6..5a825344 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -185,5 +185,5 @@ main (int argc, char **argv) done (status); } - exit (-1); /* NOT REACHED */ + return 0; /* dead code to satisfy the compiler */ }