Fix MSVC compilation warning

This commit is contained in:
nulltoken 2012-11-28 19:35:26 +01:00
parent 693021262b
commit 35108a216e

View File

@ -33,7 +33,7 @@ static void progress(const git_transfer_progress *stats, void *payload)
*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_callbacks callbacks;