13 Feb
2007
13 Feb
'07
5:08 p.m.
Module: wine Branch: master Commit: 63cdee2741faf3b2d7a70a1a256866e66b1a700d URL: http://source.winehq.org/git/wine.git/?a=commit;h=63cdee2741faf3b2d7a70a1a25... Author: Mike McCormack <mike(a)codeweavers.com> Date: Tue Feb 13 19:50:35 2007 +0900 msi: Remove an unused initializer. --- dlls/msi/custom.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msi/custom.c b/dlls/msi/custom.c index cca77b6..4fc1ea9 100644 --- a/dlls/msi/custom.c +++ b/dlls/msi/custom.c @@ -564,7 +564,7 @@ static UINT HANDLE_CustomType2(MSIPACKAG WCHAR *deformated = NULL; WCHAR *cmd; static const WCHAR spc[] = {' ',0}; - UINT r = ERROR_SUCCESS; + UINT r; memset(&si,0,sizeof(STARTUPINFOW));