Commit eb836b71 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

msi: Initialize type (Coverity).

parent 037afca5
......@@ -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[] = {
......
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