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
|
||||
{
|
||||
*phXcv = (HANDLE) NULL;
|
||||
*phXcv = NULL;
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue