X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvattach.c;h=2ca19645269140db37a07f36bc0e9314ac0f1334;hp=29fbb9f759633516c64d78191be42b6e2a148260;hb=4cc921f9a484858a05dbfe904f7cb4472e2881d9;hpb=62660b191284bee3b9bc3eeb126f7632636af535 diff --git a/recvattach.c b/recvattach.c index 29fbb9f..2ca1964 100644 --- a/recvattach.c +++ b/recvattach.c @@ -14,7 +14,6 @@ #include #include -#include #include #include @@ -110,7 +109,7 @@ ATTACHPTR **mutt_gen_attach_list (BODY * m, if (level == 0) mutt_update_tree (idx, *idxlen); - return (idx); + return idx; } /* %c = character set: convert? @@ -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); } @@ -589,7 +588,7 @@ static int can_print(BODY * top, int tag) } } else if (top->parts) - return (can_print(top->parts, tag)); + return can_print(top->parts, tag); if (!tag) break; }