Fixed a compile error in VS2013.

This commit is contained in:
Robert Konrad 2013-12-30 18:08:04 +01:00
parent f3a302ad8e
commit 6014b7b59c

View File

@ -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++) {