user32: Added missing break.

This commit is contained in:
Marcus Meissner 2011-03-18 22:32:27 +01:00 committed by Alexandre Julliard
parent 3d44f4c8b3
commit 81ed815173
1 changed files with 1 additions and 0 deletions

View 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;