X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvattach.c;h=ff479238f4aaa5417516aa5f746bc453e3ef2106;hp=29fbb9f759633516c64d78191be42b6e2a148260;hb=1b124c1023ddce763d17efc8d84a9d53a35be31b;hpb=62660b191284bee3b9bc3eeb126f7632636af535 diff --git a/recvattach.c b/recvattach.c index 29fbb9f..ff47923 100644 --- a/recvattach.c +++ b/recvattach.c @@ -14,7 +14,6 @@ #include #include -#include #include #include @@ -484,7 +483,7 @@ mutt_query_pipe_attachment(char *command, FILE * fp, BODY * body, int afilter) _("WARNING! You are about to overwrite %s, continue?"), body->filename); if (mutt_yesorno (warning, M_NO) != M_YES) - return + return; tempfd = m_tempfd(tfile, sizeof(tfile), NONULL(mod_core.tmpdir), NULL); }