diff options
Diffstat (limited to 'receive-pack.c')
-rw-r--r-- | receive-pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/receive-pack.c b/receive-pack.c index d05f7d5ec..dfa7cd1d0 100644 --- a/receive-pack.c +++ b/receive-pack.c @@ -25,7 +25,7 @@ struct command { char ref_name[0]; }; -struct command *commands = NULL; +static struct command *commands = NULL; static int is_all_zeroes(const char *hex) { |