Commit 38ce60f0 by nulltoken

Fix MSVC compilation warning

parent 06c43821
......@@ -105,7 +105,7 @@ static int reflog_write(git_repository *repo, const char *ref_name,
static int reflog_parse(git_reflog *log, const char *buf, size_t buf_size)
{
int error;
int error = GIT_SUCCESS;
const char *ptr;
git_reflog_entry *entry;
......
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