diff options
Diffstat (limited to 'tests-clar/repo/config.c')
-rw-r--r-- | tests-clar/repo/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/repo/config.c b/tests-clar/repo/config.c index 11abd42bc..e77acc8c5 100644 --- a/tests-clar/repo/config.c +++ b/tests-clar/repo/config.c @@ -2,7 +2,7 @@ #include "fileops.h" #include <ctype.h> -git_buf path = GIT_BUF_INIT; +static git_buf path = GIT_BUF_INIT; void test_repo_config__initialize(void) { |