Commit 8c613a79 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

localspl: Remove unneeded cast.

parent ae4ecb6c
...@@ -490,7 +490,7 @@ BOOL WINAPI localmon_XcvOpenPort(LPCWSTR pName, ACCESS_MASK GrantedAccess, PHAND ...@@ -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;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment