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:
parent
2b3aa18846
commit
740fe7af2b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue