env--helper: mark a file-local symbol as static
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
c740039921
commit
08a8ac88d8
|
|
@ -7,7 +7,7 @@ static char const * const env__helper_usage[] = {
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
static enum {
|
||||||
ENV_HELPER_TYPE_BOOL = 1,
|
ENV_HELPER_TYPE_BOOL = 1,
|
||||||
ENV_HELPER_TYPE_ULONG
|
ENV_HELPER_TYPE_ULONG
|
||||||
} cmdmode = 0;
|
} cmdmode = 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue