Skip to content

Commit 08a8ac8

Browse files
ramsay-jonesgitster
authored andcommitted
env--helper: mark a file-local symbol as static
Signed-off-by: Ramsay Jones <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c740039 commit 08a8ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/env--helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ static char const * const env__helper_usage[] = {
77
NULL
88
};
99

10-
enum {
10+
static enum {
1111
ENV_HELPER_TYPE_BOOL = 1,
1212
ENV_HELPER_TYPE_ULONG
1313
} cmdmode = 0;

0 commit comments

Comments
 (0)