msi: Remove an unused initializer.

This commit is contained in:
Mike McCormack 2007-02-13 19:50:35 +09:00 committed by Alexandre Julliard
parent b937f33d23
commit 63cdee2741
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ static UINT HANDLE_CustomType2(MSIPACKAGE *package, LPCWSTR source,
WCHAR *deformated = NULL;
WCHAR *cmd;
static const WCHAR spc[] = {' ',0};
UINT r = ERROR_SUCCESS;
UINT r;
memset(&si,0,sizeof(STARTUPINFOW));