Commit 150a3308 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ddeml.dll16: Move break outside of if statement.

parent 5c7ba2c3
...@@ -113,7 +113,6 @@ static HDDEDATA CALLBACK WDML_InvokeCallback16(DWORD pfn16, UINT uType, UINT uFm ...@@ -113,7 +113,6 @@ static HDDEDATA CALLBACK WDML_InvokeCallback16(DWORD pfn16, UINT uType, UINT uFm
map3216_conv_context(&cc16, (const CONVCONTEXT*)dwData1); map3216_conv_context(&cc16, (const CONVCONTEXT*)dwData1);
d1 = MapLS(&cc16); d1 = MapLS(&cc16);
} }
else
break; break;
default: default:
d1 = dwData1; d1 = dwData1;
......
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