VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Fat.h')
-rw-r--r--src/Common/Fat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Fat.h b/src/Common/Fat.h
index 59c993b3..cbb7e0d4 100644
--- a/src/Common/Fat.h
+++ b/src/Common/Fat.h
@@ -19,7 +19,7 @@ typedef struct fatparams_t
int size_fat; /* size of FAT */
int fats;
int media;
- int cluster_size;
+ unsigned int cluster_size;
int fat_length;
uint16 dir_entries;
uint16 sector_size;