diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/MDatabaseCommonCrypt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/MDatabaseCommonCrypt.cpp b/src/mir_app/src/MDatabaseCommonCrypt.cpp index 2ec94fe369..289cd38be7 100644 --- a/src/mir_app/src/MDatabaseCommonCrypt.cpp +++ b/src/mir_app/src/MDatabaseCommonCrypt.cpp @@ -191,7 +191,7 @@ public: SendDlgItemMessage(m_hwnd, IDC_HEADERBAR, WM_NCPAINT, 0, 0);
edtPass1.SetTextA("");
edtPass2.SetTextA("");
- return;
+ return false;
}
wchar_t buf[100];
|