Browse Source

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
Ramsay Jones 6 years ago committed by Junio C Hamano
parent
commit
08a8ac88d8
  1. 2
      builtin/env--helper.c

2
builtin/env--helper.c

@ -7,7 +7,7 @@ static char const * const env__helper_usage[] = { @@ -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;

Loading…
Cancel
Save