mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +00:00
Well no need to initialize "Ret" if we overwrite immediately its old value.
svn path=/trunk/; revision=71597
This commit is contained in:
parent
57360a0d04
commit
1a1823fc09
1 changed files with 1 additions and 1 deletions
|
@ -1359,7 +1359,7 @@ NtGdiGetDCPoint(
|
||||||
UINT iPoint,
|
UINT iPoint,
|
||||||
PPOINTL Point)
|
PPOINTL Point)
|
||||||
{
|
{
|
||||||
BOOL Ret = TRUE;
|
BOOL Ret;
|
||||||
POINTL SafePoint;
|
POINTL SafePoint;
|
||||||
|
|
||||||
if (!Point)
|
if (!Point)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue