diff options
Diffstat (limited to 'src/Format/Tcformat.h')
-rw-r--r-- | src/Format/Tcformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Format/Tcformat.h b/src/Format/Tcformat.h index d6d3ac4b..7e94782a 100644 --- a/src/Format/Tcformat.h +++ b/src/Format/Tcformat.h @@ -78,7 +78,7 @@ static void WipeAbort (void); static void UpdateWipeProgressBar (void);
static void InitWipeProgressBar (void);
static void UpdateWipeControls (void);
-static int GetFormatSectorSize ();
+static DWORD GetFormatSectorSize ();
extern BOOL showKeys;
extern volatile HWND hMasterKey;
|