mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
gdi32: Fix a typo.
This commit is contained in:
parent
1067f56ca5
commit
03bba1e6d4
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user