Module: wine Branch: master Commit: 1e59ecf25433fbdb9edaa2cec1728d5dcfb4e28a URL: http://source.winehq.org/git/wine.git/?a=commit;h=1e59ecf25433fbdb9edaa2cec1...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Sat Sep 24 16:28:28 2011 +0100
comdlg32: Add a break statement to mark a semantic separation.
---
dlls/comdlg32/itemdlg.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/comdlg32/itemdlg.c b/dlls/comdlg32/itemdlg.c index bc309c9..9e90276 100644 --- a/dlls/comdlg32/itemdlg.c +++ b/dlls/comdlg32/itemdlg.c @@ -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: