cmd: Remove incorrect return in WCMD_if().

This commit is contained in:
Anatoly Lyutin 2007-01-17 11:45:21 +03:00 committed by Alexandre Julliard
parent 8ffdf9b45a
commit 707a56b20c

View file

@ -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")) {