fix a segfault introduced by some nasty const /o\
[apps/madmutt.git] / recvattach.c
index 30bcb49..d0272e3 100644 (file)
@@ -57,7 +57,7 @@ static struct mapping_t AttachHelp[] = {
   {N_("Pipe"), OP_PIPE},
   {N_("Print"), OP_PRINT},
   {N_("Help"), OP_HELP},
-  {NULL}
+  {NULL, OP_NULL}
 };
 
 static int mutt_extract_path (char *filename, char *path)