Module: wine Branch: master Commit: 89beac471971f0e6bb74c263a413552f863f01c8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=89beac471971f0e6bb74c263a4...
Author: André Hentschel nerv@dawncrow.de Date: Wed Jul 13 20:46:04 2011 +0200
version: Don't initialize the variable twice (clang).
---
dlls/version/version.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/version/version.c b/dlls/version/version.c index b31efd3..1e581ee 100644 --- a/dlls/version/version.c +++ b/dlls/version/version.c @@ -1413,7 +1413,6 @@ DWORD WINAPI VerInstallFileA( } } } - xret = 0; if (!(flags & VIFF_FORCEINSTALL)) { VS_FIXEDFILEINFO *destvffi,*tmpvffi; buf1 = _fetch_versioninfo(destfn,&destvffi);