diff options
Diffstat (limited to 'tests/t04-commit.c')
-rw-r--r-- | tests/t04-commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t04-commit.c b/tests/t04-commit.c index b7e0afe1e..415017aba 100644 --- a/tests/t04-commit.c +++ b/tests/t04-commit.c @@ -359,7 +359,7 @@ BEGIN_TEST(details0, "query the details on a parsed commit") git_repository *repo; must_pass(git_repository_open(&repo, REPOSITORY_FOLDER)); - + for (i = 0; i < commit_count; ++i) { git_oid id; git_commit *commit; |