X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..e32a18146eb52fc278833d7cfb49ed8d9ace62bc:/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 */ }