dplayx: Avoid TRUE:FALSE conditional expressions.

oldstable
Frédéric Delanoy 2014-01-12 10:44:32 +01:00 committed by Alexandre Julliard
parent f2429cfeed
commit 7a28ce245d
1 changed files with 1 additions and 1 deletions

View File

@ -4634,7 +4634,7 @@ static HMODULE DP_LoadSP( LPCGUID lpcGuid, LPSPINITDATA lpSpData, LPBOOL lpbIsDp
FILETIME filetime;
(i == 0) ? (searchSubKey = spSubKey ) : (searchSubKey = lpSubKey );
*lpbIsDpSp = (i == 0) ? TRUE : FALSE;
*lpbIsDpSp = (i == 0);
/* Need to loop over the service providers in the registry */