X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..4434c06e069d65e39e93c0b5c69747b278190175:/uip/mhmail.c diff --git a/uip/mhmail.c b/uip/mhmail.c index f9dc33bf..222a0761 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -187,6 +187,8 @@ main (int argc, char **argv) perror (postproc); _exit (-1); } + + return 0; /* dead code to satisfy the compiler */ }