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:
authorLinquize <linquize@yahoo.com.hk>2013-11-12 15:44:13 +0400
committerLinquize <linquize@yahoo.com.hk>2013-11-12 15:46:25 +0400
commitfb190bbbd06952b369b4fb6c06fa827802671332 (patch)
tree24aeebf0ab1aed724ade3947503e9e6f68ae4f58 /src/push.c
parent6414fd338df89eaa5bd4c64f7ab310fb7d5758bb (diff)
Fix warnings
Diffstat (limited to 'src/push.c')
-rw-r--r--src/push.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/push.c b/src/push.c
index 4f442c6a2..5ad15e3fd 100644
--- a/src/push.c
+++ b/src/push.c
@@ -618,7 +618,7 @@ on_error:
static int filter_refs(git_remote *remote)
{
- const git_remote_head **heads;
+ git_remote_head **heads;
size_t heads_len, i;
git_vector_clear(&remote->refs);