diff --git a/mail/send.c b/mail/send.c
index 71d7b03..7cb6b41 100644
--- a/mail/send.c
+++ b/mail/send.c
@@ -326,7 +326,7 @@ fill_body (mu_message_t msg, FILE *file)
        {
          char *str;
          if (mailvar_get (&str, "nullbodymsg", mailvar_type_string, 0) == 0)
-           util_error ("%s\n", _(str));
+           util_error ("%s", _(str));
        }
       else
        return 1;

_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to