diff options
Diffstat (limited to 'src/Mount/Mount.c')
-rw-r--r-- | src/Mount/Mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index 6b4d92dc..51a856e4 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c @@ -11065,7 +11065,7 @@ static BOOL CALLBACK BootLoaderPreferencesDlgProc (HWND hwndDlg, UINT msg, WPARA { platforminfo = ReadESPFile (L"\\EFI\\VeraCrypt\\PlatformInfo", true); } - catch (Exception &e) {} + catch (Exception &) {} if (platforminfo.length() == 0) { |