From 2da1ddbd5679a84442176db3452111c0ef6cbf3a Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 19 Apr 2020 22:24:44 +0300 Subject: [PATCH] mu/config: properly close the config group --- mu/mu-config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mu/mu-config.c b/mu/mu-config.c index 4b06c140..8d354e0f 100644 --- a/mu/mu-config.c +++ b/mu/mu-config.c @@ -146,6 +146,7 @@ config_options_group_init (void) {"my-address", 0, 0, G_OPTION_ARG_STRING_ARRAY, &MU_CONFIG.my_addresses, "my e-mail address; can be used multiple times", "
"}, + {NULL, 0, 0, 0, NULL, NULL, NULL} }; og = g_option_group_new("init", "Options for the 'index' command",