X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmail.c;h=222a07611d6e9e7076fa07cf7ede1749a5413655;hp=f9dc33bf0ab053d18709c64cedec4507b15cfd23;hb=197f95940cc0860683e6988352f721e6603f9339;hpb=b89abf4ec88b6bb884c427f5cf48005720e94e29 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 */ }