aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/crypto_hash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/crypto_hash.c b/src/util/crypto_hash.c
index a8843b5b7..45e599bcf 100644
--- a/src/util/crypto_hash.c
+++ b/src/util/crypto_hash.c
@@ -414,13 +414,13 @@ struct FileHashContext
414 /** 414 /**
415 * Size of the file. 415 * Size of the file.
416 */ 416 */
417 unsigned long long fsize; 417 uint64_t fsize;
418 418
419 /** 419 /**
420 * Current offset. 420 * Current offset.
421 */ 421 */
422 unsigned long long offset; 422 uint64_t offset;
423 423
424 /** 424 /**
425 * Run on shutdown? 425 * Run on shutdown?
426 */ 426 */