summaryrefslogtreecommitdiff
path: root/t/helper/test-progress.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-progress.c')
-rw-r--r--t/helper/test-progress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-progress.c b/t/helper/test-progress.c
index 4e9f7fa..42b96cb 100644
--- a/t/helper/test-progress.c
+++ b/t/helper/test-progress.c
@@ -29,7 +29,7 @@ void progress_test_force_update(void);
int cmd__progress(int argc, const char **argv)
{
- uint64_t total = 0;
+ int total = 0;
const char *title;
struct strbuf line = STRBUF_INIT;
struct progress *progress;