diff options
author | Ben Straub <bs@github.com> | 2012-11-20 19:57:46 -0700 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2012-11-27 13:18:28 -0800 |
commit | f45d51ff8e04c6849413c13aedcf5abacc3c69bd (patch) | |
tree | dab9495e4954677f12475d8335cd2ea9e752f24e /tests-clar/index/tests.c | |
parent | d9023dbe0cb5d47e30d86149701b7be9006f7683 (diff) | |
download | libgit2-f45d51ff8e04c6849413c13aedcf5abacc3c69bd.tar.gz |
API updates for index.h
Diffstat (limited to 'tests-clar/index/tests.c')
-rw-r--r-- | tests-clar/index/tests.c | 2 |
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 */ |