ddeml.dll16: Move break outside of if statement.

This commit is contained in:
Andrew Talbot 2011-09-24 16:28:39 +01:00 committed by Alexandre Julliard
parent 5c7ba2c330
commit 150a3308b9

View file

@ -113,7 +113,6 @@ static HDDEDATA CALLBACK WDML_InvokeCallback16(DWORD pfn16, UINT uType, UINT uFm
map3216_conv_context(&cc16, (const CONVCONTEXT*)dwData1);
d1 = MapLS(&cc16);
}
else
break;
default:
d1 = dwData1;