summaryrefslogtreecommitdiffstats
path: root/compose.c
diff options
context:
space:
mode:
authorRocco Rutte <pdmef@gmx.net>2009-03-17 20:04:56 +0100
committerRocco Rutte <pdmef@gmx.net>2009-03-17 20:04:56 +0100
commita62588cbded5d94b0892ac1ff8236c2186aa3d23 (patch)
treefdb88223f9b5f07557f821eb86ef80a1e5c1a22e /compose.c
parent28c3000c7a077146729bcb92335e1218ecf932d6 (diff)
Fix some warnings with -W about missing initializers in structs
Diffstat (limited to 'compose.c')
-rw-r--r--compose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.c b/compose.c
index d500f07e..5db4c92e 100644
--- a/compose.c
+++ b/compose.c
@@ -94,7 +94,7 @@ static struct mapping_t ComposeHelp[] = {
{ N_("Attach file"), OP_COMPOSE_ATTACH_FILE },
{ N_("Descrip"), OP_COMPOSE_EDIT_DESCRIPTION },
{ N_("Help"), OP_HELP },
- { NULL }
+ { NULL, 0 }
};
static void snd_entry (char *b, size_t blen, MUTTMENU *menu, int num)