* cosmetics
This commit is contained in:
2
src/mu.c
2
src/mu.c
@ -60,7 +60,7 @@ _parse_params (MuConfigOptions *config, int *argcp, char ***argvp)
|
||||
g_option_context_add_group (context,
|
||||
mu_config_options_group_index (config));
|
||||
g_option_context_add_group (context,
|
||||
mu_config_options_group_query(config));
|
||||
mu_config_options_group_find (config));
|
||||
|
||||
rv = g_option_context_parse (context, argcp, argvp, &error);
|
||||
if (!rv) {
|
||||
|
||||
Reference in New Issue
Block a user