From 72556cc63ba93a187589921c6008caf92686ea9c Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Thu, 20 Feb 2014 14:27:10 -0800 Subject: Address PR comments * Make GIT_INLINE an internal definition so it cannot be used in public headers * Fix language in CONTRIBUTING * Make index caps API use signed instead of unsigned values --- tests/repo/iterator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/repo') diff --git a/tests/repo/iterator.c b/tests/repo/iterator.c index 56b51852c..fb70a9ea0 100644 --- a/tests/repo/iterator.c +++ b/tests/repo/iterator.c @@ -156,7 +156,7 @@ void test_repo_iterator__index_icase(void) { git_iterator *i; git_index *index; - unsigned int caps; + int caps; g_repo = cl_git_sandbox_init("icase"); -- cgit v1.2.3