sha1_file: set whence in storage-specific info fn
[gitweb.git] / builtin / fsck.c
index 87c675689986413f4c2ace09701adccf6e836942..99dea7adf60a61906500b4aebc6cb7d566339b38 100644 (file)
@@ -537,7 +537,7 @@ static int fsck_cruft(const char *basename, const char *path, void *data)
        return 0;
 }
 
-static int fsck_subdir(int nr, const char *path, void *progress)
+static int fsck_subdir(unsigned int nr, const char *path, void *progress)
 {
        display_progress(progress, nr + 1);
        return 0;