summaryrefslogtreecommitdiff
path: root/tests-clar/index/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests-clar/index/tests.c')
-rw-r--r--tests-clar/index/tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/index/tests.c b/tests-clar/index/tests.c
index 3b71b704d..4d613d693 100644
--- a/tests-clar/index/tests.c
+++ b/tests-clar/index/tests.c
@@ -208,7 +208,7 @@ void test_index_tests__add(void)
git_index *index;
git_filebuf file = GIT_FILEBUF_INIT;
git_repository *repo;
- git_index_entry *entry;
+ const git_index_entry *entry;
git_oid id1;
/* Intialize a new repository */