Unused ‽
[apps/madmutt.git] / recvattach.c
index ff47923..2ca1964 100644 (file)
@@ -109,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?
@@ -588,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;
   }