This step does not seem to pass "make builtin/help.sp". diff --git a/builtin/help.c b/builtin/help.c index 9eb09d4804..4af4c62793 100644 --- a/builtin/help.c +++ b/builtin/help.c @@ -38,7 +38,7 @@ static const char *html_path; static int show_all = 0; static int show_guides = 0; -enum show_config_type { +static enum show_config_type { SHOW_CONFIG_UNSET = 0, SHOW_CONFIG_HUMAN, SHOW_CONFIG_VARS, -- 2.33.0-549-g40c0868576