Commit 35108a21 by nulltoken

Fix MSVC compilation warning

parent 69302126
...@@ -33,7 +33,7 @@ static void progress(const git_transfer_progress *stats, void *payload) ...@@ -33,7 +33,7 @@ static void progress(const git_transfer_progress *stats, void *payload)
*bytes_received = stats->received_bytes; *bytes_received = stats->received_bytes;
} }
static void do_fetch(const char *url, int flag, int n) static void do_fetch(const char *url, git_remote_autotag_option_t flag, int n)
{ {
git_remote *remote; git_remote *remote;
git_remote_callbacks callbacks; git_remote_callbacks callbacks;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment