mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
oledlg: Remove extraneous braces from switch statement.
This commit is contained in:
parent
3358b541ac
commit
47a68bbdbe
1 changed files with 0 additions and 2 deletions
|
@ -197,11 +197,9 @@ static LRESULT UIINSOBJDLG_OnWMCommand(HWND hwnd, WPARAM wParam, LPARAM lParam)
|
|||
UIINSERTOBJECTDLG_AddControl(pdlgInfo);
|
||||
|
||||
case IDC_OBJTYPELIST:
|
||||
{
|
||||
if (wNotifyCode == LBN_SELCHANGE)
|
||||
UIINSERTOBJECTDLG_SelChange(pdlgInfo);
|
||||
break;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue