Fix sparse warnings.
[git.git] / receive-pack.c
index d05f7d5..dfa7cd1 100644 (file)
@@ -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)
 {