diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-13 20:35:48 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-13 20:35:48 +0300 |
commit | cb0213a7f700caff67eaa52e1f35cb5e2d2fa89b (patch) | |
tree | 6e136be2a4442cb9522c3bf69ac7586f2184b80d | |
parent | 79bbf32a154d1617864f4f0e91d76e9e6b98e983 (diff) |
compilation fix
-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];
|