diff options
author | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-04-11 14:27:40 +0200 |
---|---|---|
committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-04-11 14:27:40 +0200 |
commit | 1a2b87257dd7aa462f246ff8eb66232e59387d68 (patch) | |
tree | b3d0c1f2d08de794112ee094aad2e8be1a8f02cf /include/git2/branch.h | |
parent | 0a20eee9536e8db0ab8d91f426f971f7151aaefa (diff) | |
download | libgit2-1a2b87257dd7aa462f246ff8eb66232e59387d68.tar.gz |
Typedefs don't have enum in front
Diffstat (limited to 'include/git2/branch.h')
-rw-r--r-- | include/git2/branch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/branch.h b/include/git2/branch.h index 7f4945d1d..f4681dc09 100644 --- a/include/git2/branch.h +++ b/include/git2/branch.h @@ -69,7 +69,7 @@ GIT_EXTERN(int) git_branch_create( GIT_EXTERN(int) git_branch_delete( git_repository *repo, const char *branch_name, - enum git_branch_type branch_type); + git_branch_type branch_type); /** * Fill a list with all the branches in the Repository |