summaryrefslogtreecommitdiff
path: root/include/git2/commit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/commit.h')
-rw-r--r--include/git2/commit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/commit.h b/include/git2/commit.h
index d497324c6..c09b34843 100644
--- a/include/git2/commit.h
+++ b/include/git2/commit.h
@@ -67,7 +67,7 @@ GIT_INLINE(int) git_commit_lookup(git_commit **commit, git_repository *repo, con
GIT_INLINE(void) git_commit_close(git_commit *commit)
{
- return git_object_close((git_object *) commit);
+ git_object_close((git_object *) commit);
}
/**