diff options
| author | 2015-08-20 13:00:38 +0200 | |
|---|---|---|
| committer | 2015-08-20 13:00:38 +0200 | |
| commit | 065c8f53cebd098d11695eaec07c178d78737c8e (patch) | |
| tree | 1b97c0a1e8be68d23ee7c31e7bde6ff662cddbae /node/executionnode.cpp | |
| parent | 489baf54f6c4d5f511012f2a2eadb97ba80b551d (diff) | |
| download | OneRoll-065c8f53cebd098d11695eaec07c178d78737c8e.tar.gz OneRoll-065c8f53cebd098d11695eaec07c178d78737c8e.zip | |
remove useless ;
Diffstat (limited to 'node/executionnode.cpp')
| -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)); |