diff options
Diffstat (limited to 'src/reflog.c')
-rw-r--r-- | src/reflog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflog.c b/src/reflog.c index 432680b99..8c133fe53 100644 --- a/src/reflog.c +++ b/src/reflog.c @@ -163,7 +163,7 @@ fail: void git_reflog_free(git_reflog *reflog) { - unsigned int i; + size_t i; git_reflog_entry *entry; if (reflog == NULL) |