summaryrefslogtreecommitdiff
path: root/src/push.c
diff options
context:
space:
mode:
authorLinquize <linquize@yahoo.com.hk>2013-11-12 19:44:13 +0800
committerLinquize <linquize@yahoo.com.hk>2013-11-12 19:46:25 +0800
commitfb190bbbd06952b369b4fb6c06fa827802671332 (patch)
tree24aeebf0ab1aed724ade3947503e9e6f68ae4f58 /src/push.c
parent6414fd338df89eaa5bd4c64f7ab310fb7d5758bb (diff)
downloadlibgit2-fb190bbbd06952b369b4fb6c06fa827802671332.tar.gz
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);