diff options
Diffstat (limited to 'tests-clar/online/push.c')
-rw-r--r-- | tests-clar/online/push.c | 2 |
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 */ |