diff options
Diffstat (limited to 'src/revparse.c')
| -rw-r--r-- | src/revparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revparse.c b/src/revparse.c index 6a7587d6a..6b49402c4 100644 --- a/src/revparse.c +++ b/src/revparse.c @@ -268,7 +268,7 @@ static int retrieve_oid_from_reflog(git_oid *oid, git_reference *ref, unsigned i goto cleanup; } else { - int i; + unsigned int i; git_time commit_time; for (i = 0; i < numentries; i++) { |
