X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a8e931256acd802d1477bff4dd88e3f0ecd13df3..23647f69a20326716b874a701480bd99919e32c0:/docs/contrib/sendfrom.c diff --git a/docs/contrib/sendfrom.c b/docs/contrib/sendfrom.c index 3c20e511..2ae8bd53 100644 --- a/docs/contrib/sendfrom.c +++ b/docs/contrib/sendfrom.c @@ -141,7 +141,7 @@ main(int argc, char **argv) { /* Extract address and host from From: header line in draft. */ if (get_from_header_info(msg, &addr, &host, &message) != OK) { - adios(msg, (char *) message); + adios(msg, message); } /* Merge in any address or host specific switches to post(1) from profile. */