[PATCH] user32: added missing break

Marcus Meissner marcus at jet.franken.de
Fri Mar 18 16:32:27 CDT 2011


Hi,

genuine missing, CID 1636.

Ciao, Marcus
---
 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;
-- 
1.7.3.4



More information about the wine-patches mailing list