mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-06 01:49:24 +00:00
Fixed a compile error in VS2013.
This commit is contained in:
parent
f3a302ad8e
commit
6014b7b59c
@ -213,7 +213,7 @@ static int config_refresh(git_config_backend *cfg)
|
||||
int res = 0, updated = 0, any_updated = 0;
|
||||
diskfile_backend *b = (diskfile_backend *)cfg;
|
||||
git_strmap *old_values;
|
||||
struct reader *reader;
|
||||
struct reader *reader = NULL;
|
||||
uint32_t i;
|
||||
|
||||
for (i = 0; i < git_array_size(b->readers); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user