diff options
Diffstat (limited to 'tests-clar/repo/head.c')
-rw-r--r-- | tests-clar/repo/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/repo/head.c b/tests-clar/repo/head.c index 551e834f2..23d14d619 100644 --- a/tests-clar/repo/head.c +++ b/tests-clar/repo/head.c @@ -3,7 +3,7 @@ #include "repo_helpers.h" #include "posix.h" -git_repository *repo; +static git_repository *repo; void test_repo_head__initialize(void) { |