comdlg32: Add missing break (Coverity).
This commit is contained in:
parent
a91b0e4544
commit
e9ab576c73
|
@ -955,6 +955,7 @@ static LRESULT CFn_WMCommand(HWND hDlg, WPARAM wParam, LPARAM lParam, LPCHOOSEFO
|
|||
}
|
||||
CFn_ReleaseDC(lpcf, hdc);
|
||||
}
|
||||
break;
|
||||
case chx1:
|
||||
case chx2:
|
||||
case cmb2:
|
||||
|
|
Loading…
Reference in New Issue