Well no need to initialize "Ret" if we overwrite immediately its old value.

svn path=/trunk/; revision=71597
This commit is contained in:
Hermès Bélusca-Maïto 2016-06-08 23:08:59 +00:00
parent 57360a0d04
commit 1a1823fc09

View file

@ -1359,7 +1359,7 @@ NtGdiGetDCPoint(
UINT iPoint,
PPOINTL Point)
{
BOOL Ret = TRUE;
BOOL Ret;
POINTL SafePoint;
if (!Point)