Commit 89beac47 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

version: Don't initialize the variable twice (clang).

parent 17100138
......@@ -1413,7 +1413,6 @@ DWORD WINAPI VerInstallFileA(
}
}
}
xret = 0;
if (!(flags & VIFF_FORCEINSTALL)) {
VS_FIXEDFILEINFO *destvffi,*tmpvffi;
buf1 = _fetch_versioninfo(destfn,&destvffi);
......
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