msi: Fix compiler warning on older gcc.

This commit is contained in:
Alexandre Julliard 2009-01-30 13:44:06 +01:00
parent 67f9570332
commit 8ca2aa3da9
1 changed files with 1 additions and 1 deletions

View File

@ -1894,7 +1894,7 @@ static UINT msi_enum_patches(LPCWSTR szProductCode, LPCWSTR szUserSid,
MSIINSTALLCONTEXT *pdwTargetProductContext, LPWSTR szTargetUserSid,
LPDWORD pcchTargetUserSid, LPWSTR *szTransforms)
{
UINT r;
UINT r = ERROR_INVALID_PARAMETER;
if (dwContext & MSIINSTALLCONTEXT_USERMANAGED)
{