[PATCH] Fix compilations warnings
[apps/madmutt.git] / attach.c
index 5f588b7..3323af6 100644 (file)
--- a/attach.c
+++ b/attach.c
@@ -322,7 +322,7 @@ void mutt_check_lookup_list (BODY * b, char *type, int len)
          ascii_strncasecmp (type, t->data, i) == 0) ||
         ascii_strcasecmp (type, t->data) == 0) {
 
-      BODY tmp = { 0 };
+      BODY tmp;
       int n;
 
       if ((n = mutt_lookup_mime_type (&tmp, b->filename)) != TYPEOTHER) {