localspl: Remove unneeded cast.

This commit is contained in:
Francois Gouget 2007-01-18 11:36:02 +01:00 committed by Alexandre Julliard
parent ae4ecb6c64
commit 8c613a79e6
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }
} }