X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fwhom.c;h=5a8253446b9a6eb56fde2ab2eed20af1aae397f3;hb=7736b0a60c15cc20db0ba8c3e0fe8e11d1c78c20;hp=aeb8d3b660ea3b167e6c2e72c202e73422a1e1ac;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/whom.c b/uip/whom.c index aeb8d3b..5a82534 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 */ }