gdi32: Fix a typo.

This commit is contained in:
Andrew Talbot 2007-11-26 15:09:59 +00:00 committed by Alexandre Julliard
parent 1067f56ca5
commit 03bba1e6d4

View File

@ -472,7 +472,7 @@ void WINAPI SetDCState( HDC hdc, HDC hdcs )
release_dc_ptr( dc );
return;
}
if (!dcs->flags & DC_SAVED)
if (!(dcs->flags & DC_SAVED))
{
release_dc_ptr( dc );
release_dc_ptr( dcs );