comdlg32: Add a break statement to mark a semantic separation.

This commit is contained in:
Andrew Talbot 2011-09-24 16:28:28 +01:00 committed by Alexandre Julliard
parent 73e82bacc3
commit 1e59ecf254

View file

@ -647,6 +647,7 @@ static void customctrl_resize(FileDialogImpl *This, customctrl *ctrl)
GetWindowRect(ctrl->hwnd, &rc);
SetWindowPos(ctrl->wrapper_hwnd, NULL, 0, 0, rc.right-rc.left, rc.bottom-rc.top,
SWP_NOZORDER|SWP_NOMOVE|SWP_NOZORDER);
break;
case IDLG_CCTRL_RADIOBUTTONLIST:
case IDLG_CCTRL_EDITBOX:
case IDLG_CCTRL_SEPARATOR: