mu/config: properly close the config group

This commit is contained in:
Dirk-Jan C. Binnema 2020-04-19 22:24:44 +03:00
parent cf5c0e0685
commit 2da1ddbd56
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ config_options_group_init (void)
{"my-address", 0, 0, G_OPTION_ARG_STRING_ARRAY, {"my-address", 0, 0, G_OPTION_ARG_STRING_ARRAY,
&MU_CONFIG.my_addresses, "my e-mail address; can be used multiple times", &MU_CONFIG.my_addresses, "my e-mail address; can be used multiple times",
"<address>"}, "<address>"},
{NULL, 0, 0, 0, NULL, NULL, NULL}
}; };
og = g_option_group_new("init", "Options for the 'index' command", og = g_option_group_new("init", "Options for the 'index' command",