]> git.marmaro.de Git - mmh/blobdiff - uip/viamail.c
* uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast
[mmh] / uip / viamail.c
index 859dfafa645fd8296093a556be7f4cfc1749e659..04a76d2f50f255f8910683210aa4ee00f9ae84c3 100644 (file)
@@ -248,5 +248,6 @@ via_mail (char *mailsw, char *subjsw, char *parmsw, char *descsw,
     fclose (fp);
     if (unlink (tmpfil) == -1)
        advise (NULL, "unable to remove temp file %s", tmpfil);
     fclose (fp);
     if (unlink (tmpfil) == -1)
        advise (NULL, "unable to remove temp file %s", tmpfil);
-    return done (status);
+    done (status);
+    return 1;
 }
 }