diff options
| -rw-r--r-- | node/executionnode.cpp | 2 |
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)); |