removed stray parenthesis

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4529 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-02-24 15:55:51 +00:00
parent 2b3aa18846
commit 740fe7af2b

View file

@ -2721,7 +2721,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
if (line.getnumtokens()!=6) PRINTHELP()
define = line.gettoken_str(2);
value1 = line.gettoken_int(3));
value1 = line.gettoken_int(3);
mathop = line.gettoken_str(4);
value2 = line.gettoken_int(5);