According to other functions and arguments usage, the case with external_plugin_init seems to be erroneous. --- src/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.c b/src/plugin.c index a566bd2f4..dcdb1b2db 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -141,7 +141,7 @@ static gboolean enable_plugin(const char *name, char **cli_enable, } -static void external_plugin_init(char **cli_disabled, char **cli_enabled) +static void external_plugin_init(char **cli_enabled, char **cli_disabled) { GDir *dir; const char *file; -- 2.34.1