diff options
-rw-r--r-- | src/Common/Format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Format.c b/src/Common/Format.c index 82487bd7..a7445a9d 100644 --- a/src/Common/Format.c +++ b/src/Common/Format.c @@ -627,7 +627,7 @@ begin_format: } #ifndef DEBUG - if (volParams->quickFormat && volParams->fileSystem != FILESYS_NTFS && volParams->fileSystem != FILESYS_EXFAT && && volParams->fileSystem != FILESYS_REFS) + if (volParams->quickFormat && volParams->fileSystem != FILESYS_NTFS && volParams->fileSystem != FILESYS_EXFAT && volParams->fileSystem != FILESYS_REFS) Sleep (500); // User-friendly GUI #endif |