From 79bbf32a154d1617864f4f0e91d76e9e6b98e983 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 13 Nov 2023 20:13:37 +0300 Subject: missing return on error, there's nothing to do here anymore --- src/mir_app/src/MDatabaseCommonCrypt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mir_app/src/MDatabaseCommonCrypt.cpp b/src/mir_app/src/MDatabaseCommonCrypt.cpp index e235bf9e4a..2ec94fe369 100644 --- a/src/mir_app/src/MDatabaseCommonCrypt.cpp +++ b/src/mir_app/src/MDatabaseCommonCrypt.cpp @@ -191,6 +191,7 @@ public: SendDlgItemMessage(m_hwnd, IDC_HEADERBAR, WM_NCPAINT, 0, 0); edtPass1.SetTextA(""); edtPass2.SetTextA(""); + return; } wchar_t buf[100]; -- cgit v1.2.3