- Silence a forgotten and very noisy DPRINT.

svn path=/trunk/; revision=64180
This commit is contained in:
Jérôme Gardou 2014-09-17 12:12:28 +00:00
parent d87a241b25
commit 0ac46dd0d3

View file

@ -3381,7 +3381,7 @@ NtGdiCreateRectRgn(INT LeftRect, INT TopRect, INT RightRect, INT BottomRect)
REGION_SetRectRgn(pRgn, LeftRect, TopRect, RightRect, BottomRect);
RGNOBJAPI_Unlock(pRgn);
DPRINT1("Returning %p.\n", hRgn);
DPRINT("Returning %p.\n", hRgn);
return hRgn;
}