user32: Added missing break.
authorMarcus Meissner <marcus@jet.franken.de>
Fri, 18 Mar 2011 21:32:27 +0000 (22:32 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 28 Mar 2011 15:11:50 +0000 (17:11 +0200)
dlls/user32/class.c

index 91409e28a97d5f01bd812da865dd0d80b89934d3..8b5060a628b6111b33b11f3e64e8e6c38697a2e8 100644 (file)
@@ -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;