Mike McCormack : msi: Remove an unused initializer.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Feb 13 11:08:05 CST 2007


Module: wine
Branch: master
Commit: 63cdee2741faf3b2d7a70a1a256866e66b1a700d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=63cdee2741faf3b2d7a70a1a256866e66b1a700d

Author: Mike McCormack <mike at 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));
 




More information about the wine-cvs mailing list