Commit 6de871c0 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

regsvr32: Simplify conditional expression (PVS-Studio).

parent a26a6b87
......@@ -296,7 +296,7 @@ int wmain(int argc, WCHAR* argv[])
continue;
}
if (!CallInstall || (CallInstall && CallRegister))
if (!CallInstall || CallRegister)
{
if(Unregister)
res = UnregisterDll(DllName);
......
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