localspl: Remove unneeded cast.
This commit is contained in:
parent
ae4ecb6c64
commit
8c613a79e6
|
@ -490,7 +490,7 @@ BOOL WINAPI localmon_XcvOpenPort(LPCWSTR pName, ACCESS_MASK GrantedAccess, PHAND
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
*phXcv = (HANDLE) NULL;
|
*phXcv = NULL;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue