From: Ramsay Jones Date: Thu, 11 Jul 2019 17:06:13 +0000 (+0100) Subject: env--helper: mark a file-local symbol as static X-Git-Tag: v2.23.0-rc0~23^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/08a8ac88d868f3206e8faf0df2502ebc18925c33 env--helper: mark a file-local symbol as static Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- diff --git a/builtin/env--helper.c b/builtin/env--helper.c index 1083c0f707..23c214fff6 100644 --- a/builtin/env--helper.c +++ b/builtin/env--helper.c @@ -7,7 +7,7 @@ static char const * const env__helper_usage[] = { NULL }; -enum { +static enum { ENV_HELPER_TYPE_BOOL = 1, ENV_HELPER_TYPE_ULONG } cmdmode = 0;