Commit 707a56b2 authored by Anatoly Lyutin's avatar Anatoly Lyutin Committed by Alexandre Julliard

cmd: Remove incorrect return in WCMD_if().

parent 8ffdf9b4
......@@ -464,7 +464,6 @@ char condition[MAX_PATH], *command, *s;
}
if (!lstrcmpi (condition, "errorlevel")) {
if (errorlevel >= atoi(WCMD_parameter (p, 1+negate, NULL))) test = 1;
return;
WCMD_parameter (p, 2+negate, &command);
}
else if (!lstrcmpi (condition, "exist")) {
......
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