X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhmail.c;h=222a07611d6e9e7076fa07cf7ede1749a5413655;hb=7736b0a60c15cc20db0ba8c3e0fe8e11d1c78c20;hp=f9dc33bf0ab053d18709c64cedec4507b15cfd23;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b;p=mmh diff --git a/uip/mhmail.c b/uip/mhmail.c index f9dc33b..222a076 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 */ }