Commit e9ab576c authored by Amine Khaldi's avatar Amine Khaldi Committed by Alexandre Julliard

comdlg32: Add missing break (Coverity).

parent a91b0e45
...@@ -955,6 +955,7 @@ static LRESULT CFn_WMCommand(HWND hDlg, WPARAM wParam, LPARAM lParam, LPCHOOSEFO ...@@ -955,6 +955,7 @@ static LRESULT CFn_WMCommand(HWND hDlg, WPARAM wParam, LPARAM lParam, LPCHOOSEFO
} }
CFn_ReleaseDC(lpcf, hdc); CFn_ReleaseDC(lpcf, hdc);
} }
break;
case chx1: case chx1:
case chx2: case chx2:
case cmb2: case cmb2:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment