Commit 9cf587c5 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

oledb32: Add parentheses to the switch statement.

parent 7314b976
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment