the ‘kids don't do this at home’ commit.
[apps/madmutt.git] / sendlib.c
index c7e8bfd..2c9b534 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -1840,8 +1840,7 @@ static int mutt_invoke_sendmail (address_t * from,        /* the sender */
   if (option (OPTNEWSSEND)) {
     char cmd[LONG_STRING];
 
-    m_strformat (cmd, sizeof (cmd), NONULL (Inews), nntp_format_str, 0,
-                       0);
+    m_strformat(cmd, sizeof (cmd), NONULL (Inews), nntp_format_str, 0, 0);
     if (m_strisempty(cmd)) {
       i = nntp_post (msg);
       unlink (msg);