Marcus Meissner : user32: Added missing break.

Alexandre Julliard julliard at winehq.org
Mon Mar 28 14:21:58 CDT 2011


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

Author: Marcus Meissner <marcus at jet.franken.de>
Date:   Fri Mar 18 22:32:27 2011 +0100

user32: Added missing break.

---

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

diff --git a/dlls/user32/class.c b/dlls/user32/class.c
index 91409e2..8b5060a 100644
--- a/dlls/user32/class.c
+++ b/dlls/user32/class.c
@@ -136,6 +136,7 @@ static BOOL set_server_info( HWND hwnd, INT offset, LONG_PTR newval, UINT size )
         case GCW_ATOM:
             req->flags = SET_CLASS_ATOM;
             req->atom = LOWORD(newval);
+            break;
         case GCL_STYLE:
             req->flags = SET_CLASS_STYLE;
             req->style = newval;




More information about the wine-cvs mailing list