diff options
Diffstat (limited to 'src/Common/Format.h')
-rw-r--r-- | src/Common/Format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Format.h b/src/Common/Format.h index 3422fecf..584d98d9 100644 --- a/src/Common/Format.h +++ b/src/Common/Format.h @@ -33,7 +33,7 @@ typedef struct int pkcs5;
uint32 headerFlags;
int fileSystem;
- int clusterSize;
+ unsigned int clusterSize;
BOOL sparseFileSwitch;
BOOL quickFormat;
int sectorSize;
|