Commit 03bba1e6 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

gdi32: Fix a typo.

parent 1067f56c
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment