Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schreiber <schreiber.arthur@googlemail.com>2013-11-05 23:51:07 +0400
committerArthur Schreiber <schreiber.arthur@googlemail.com>2013-11-05 23:51:07 +0400
commita667ca8298193b3103c1dbdcb1f6c527e6e99eb2 (patch)
treeb29cea60d4458d58cb79ae8782003c07b482063c /tests-clar/online/push.c
parentaad5403fe96a88689b9d22a732d464c64a72f8ff (diff)
Change the git_branch_iterator_new and git_branch_next definitions to use git_branch_t.
Diffstat (limited to 'tests-clar/online/push.c')
-rw-r--r--tests-clar/online/push.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/online/push.c b/tests-clar/online/push.c
index 320ecb71e..d9ffe8aa9 100644
--- a/tests-clar/online/push.c
+++ b/tests-clar/online/push.c
@@ -182,7 +182,7 @@ static void verify_tracking_branches(git_remote *remote, expected_ref expected_r
char *actual_ref;
git_oid oid;
int failed = 0, error;
- unsigned int branch_type;
+ git_branch_t branch_type;
git_reference *ref;
/* Get current remote branches */