mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 13:21:39 +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,
|
||||
PPOINTL Point)
|
||||
{
|
||||
BOOL Ret = TRUE;
|
||||
BOOL Ret;
|
||||
POINTL SafePoint;
|
||||
|
||||
if (!Point)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue