From 637160171257b00778e12ce46f9e4231e2c41621 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 8 Apr 2018 17:42:57 +0300 Subject: missed break --- plugins/SplashScreen/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SplashScreen/src') diff --git a/plugins/SplashScreen/src/options.cpp b/plugins/SplashScreen/src/options.cpp index a3f76b5dce..4fe7173ad6 100644 --- a/plugins/SplashScreen/src/options.cpp +++ b/plugins/SplashScreen/src/options.cpp @@ -235,8 +235,8 @@ INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP return 0; else SendMessage(GetParent(hwndDlg), PSM_CHANGED, 0, 0); - break; } + break; case WM_NOTIFY: if (((LPNMHDR)lParam)->idFrom == 0) { -- cgit v1.2.3