]> diplodocus.org Git - nmh/blobdiff - docs/contrib/sendfrom.c
Fixed indentation to prevent warning from gcc 6 -Wmisleading-indentation.
[nmh] / docs / contrib / sendfrom.c
index 3c20e5113c1c51dba9bf3ec1455edfb7e7cf261b..2ae8bd5374f67aca6f6ccf4c2872569de8fcc727 100644 (file)
@@ -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. */