mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +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:
@@ -1359,7 +1359,7 @@ NtGdiGetDCPoint(
|
||||
UINT iPoint,
|
||||
PPOINTL Point)
|
||||
{
|
||||
BOOL Ret = TRUE;
|
||||
BOOL Ret;
|
||||
POINTL SafePoint;
|
||||
|
||||
if (!Point)
|
||||
|
||||
Reference in New Issue
Block a user