Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
submodule: remove fetch.recursesubmodules from submodule-config parsing
[gitweb.git]
/
builtin
/
fsck.c
diff --git
a/builtin/fsck.c
b/builtin/fsck.c
index 87c675689986413f4c2ace09701adccf6e836942..99dea7adf60a61906500b4aebc6cb7d566339b38 100644
(file)
--- a/
builtin/fsck.c
+++ b/
builtin/fsck.c
@@
-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;