diff options
Diffstat (limited to 'lib/sqfshelper/statistics.c')
-rw-r--r-- | lib/sqfshelper/statistics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqfshelper/statistics.c b/lib/sqfshelper/statistics.c index 26c121f..3f9f595 100644 --- a/lib/sqfshelper/statistics.c +++ b/lib/sqfshelper/statistics.c @@ -37,7 +37,7 @@ static void pre_fragment_store(void *user, sqfs_block_t *block) stats->frag_count += 1; } -static void notify_blocks_erased(void *user, size_t count, uint64_t bytes) +static void notify_blocks_erased(void *user, size_t count, sqfs_u64 bytes) { data_writer_stats_t *stats = user; |