summaryrefslogtreecommitdiff
path: root/include/git2/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/tree.h')
-rw-r--r--include/git2/tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/tree.h b/include/git2/tree.h
index cb959a790..164aec9e2 100644
--- a/include/git2/tree.h
+++ b/include/git2/tree.h
@@ -66,7 +66,7 @@ GIT_INLINE(int) git_tree_lookup(git_tree **tree, git_repository *repo, const git
GIT_INLINE(void) git_tree_close(git_tree *tree)
{
- return git_object_close((git_object *) tree);
+ git_object_close((git_object *) tree);
}