diff options
Diffstat (limited to 'src/tree.c')
-rw-r--r-- | src/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree.c b/src/tree.c index 950b6bf1a..6760654f6 100644 --- a/src/tree.c +++ b/src/tree.c @@ -50,7 +50,7 @@ git_tree *git_tree_lookup(git_repository *repo, const git_oid *id) return (git_tree *)git_repository_lookup(repo, id, GIT_OBJ_TREE); } -uint32_t git_tree_entry_attributes(const git_tree_entry *entry) +unsigned int git_tree_entry_attributes(const git_tree_entry *entry) { return entry->attr; } |