diff options
| author | 2015-08-20 15:24:06 +0200 | |
|---|---|---|
| committer | 2015-08-20 15:24:06 +0200 | |
| commit | 497cc72d23a78d946c4e47075f233763f6d3193c (patch) | |
| tree | c03c9458a50cf105a0aaa264a5fd6c1d5cb1af9c /node | |
| parent | ae717b0ff5c100012283dd09f269f0b98f9be600 (diff) | |
| parent | 065c8f53cebd098d11695eaec07c178d78737c8e (diff) | |
| download | OneRoll-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.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)); |