mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
oledlg: Remove extraneous braces from switch statement.
This commit is contained in:
parent
3358b541ac
commit
47a68bbdbe
@ -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 New Issue
Block a user