streamline headers
[apps/madmutt.git] / recvattach.c
index 518cb59..29fbb9f 100644 (file)
@@ -483,10 +483,8 @@ mutt_query_pipe_attachment(char *command, FILE * fp, BODY * body, int afilter)
     snprintf(warning, sizeof (warning),
              _("WARNING!  You are about to overwrite %s, continue?"),
              body->filename);
-    if (mutt_yesorno (warning, M_NO) != M_YES) {
-      CLEARLINE(stdscr, LINES - 1);
-      return;
-    }
+    if (mutt_yesorno (warning, M_NO) != M_YES)
+      return
     tempfd = m_tempfd(tfile, sizeof(tfile), NONULL(mod_core.tmpdir), NULL);
   }