aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-20 13:00:38 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-20 13:00:38 +0200
commit065c8f53cebd098d11695eaec07c178d78737c8e (patch)
tree1b97c0a1e8be68d23ee7c31e7bde6ff662cddbae /node/executionnode.cpp
parent489baf54f6c4d5f511012f2a2eadb97ba80b551d (diff)
downloadOneRoll-065c8f53cebd098d11695eaec07c178d78737c8e.tar.gz
OneRoll-065c8f53cebd098d11695eaec07c178d78737c8e.zip
remove useless ;
Diffstat (limited to 'node/executionnode.cpp')
-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));