aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-20 15:24:06 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-20 15:24:06 +0200
commit497cc72d23a78d946c4e47075f233763f6d3193c (patch)
treec03c9458a50cf105a0aaa264a5fd6c1d5cb1af9c /node
parentae717b0ff5c100012283dd09f269f0b98f9be600 (diff)
parent065c8f53cebd098d11695eaec07c178d78737c8e (diff)
downloadOneRoll-497cc72d23a78d946c4e47075f233763f6d3193c.tar.gz
OneRoll-497cc72d23a78d946c4e47075f233763f6d3193c.zip
Merge branch 'rangeInList' of github.com:Rolisteam/DiceParser into rangeInList
Diffstat (limited to 'node')
-rw-r--r--node/executionnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/executionnode.cpp b/node/executionnode.cpp
index f759884..abcb7cf 100644
--- a/node/executionnode.cpp
+++ b/node/executionnode.cpp
@@ -70,7 +70,7 @@ void ExecutionNode::generateDotTree(QString& s)
{
s.append(toString(false));
s.append(" -> ");
- s.append("NULL;\n;");
+ s.append("NULL;\n");
s.append(toString(false));