oledb32: Add parentheses to the switch statement.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2021-12-21 16:41:10 +02:00 committed by Alexandre Julliard
parent 7314b97687
commit 9cf587c5b2
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ static INT_PTR CALLBACK data_link_connection_dlg_proc(HWND hwnd, UINT msg, WPARA
}
case WM_COMMAND:
{
switch LOWORD(wp)
switch (LOWORD(wp))
{
case IDC_RDO_SRC_NAME:
case IDC_BTN_CONNECTION: