From 740fe7af2bbe91ee0a8f2277bb18ff69ceb6be65 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 24 Feb 2006 15:55:51 +0000 Subject: [PATCH] removed stray parenthesis git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4529 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/script.cpp b/Source/script.cpp index 385d23c2..6c138877 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -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);