msi: Initialize type (Coverity).

This commit is contained in:
Marcus Meissner 2008-02-22 01:11:12 +01:00 committed by Alexandre Julliard
parent 037afca5a5
commit eb836b718f
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ static UINT WINAPI MSI_GetProductInfo(LPCWSTR szProduct, LPCWSTR szAttribute,
BOOL classes = FALSE;
BOOL badconfig = FALSE;
LONG res;
DWORD save, type;
DWORD save, type = REG_NONE;
static WCHAR empty[] = {0};
static const WCHAR sourcelist[] = {