Andrew Talbot : ddeml.dll16: Move break outside of if statement.

Alexandre Julliard julliard at winehq.org
Mon Sep 26 16:15:12 CDT 2011


Module: wine
Branch: master
Commit: 150a3308b9f397f20b496789e6d453b106292266
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=150a3308b9f397f20b496789e6d453b106292266

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Sep 24 16:28:39 2011 +0100

ddeml.dll16: Move break outside of if statement.

---

 dlls/ddeml.dll16/ddeml.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/ddeml.dll16/ddeml.c b/dlls/ddeml.dll16/ddeml.c
index 90362ca..94c947b 100644
--- a/dlls/ddeml.dll16/ddeml.c
+++ b/dlls/ddeml.dll16/ddeml.c
@@ -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;




More information about the wine-cvs mailing list