aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
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));