Backend DOT graph generation: Removing redundant ';' which seems to confuse more recent versions of Graphviz (>2.26)
This commit is contained in:
parent
45d5cb0a3a
commit
6134b46557
@ -1843,5 +1843,5 @@ dotSemiState (const System mysys)
|
|||||||
free (ranks); // ranks
|
free (ranks); // ranks
|
||||||
|
|
||||||
// close graph
|
// close graph
|
||||||
eprintf ("};\n\n");
|
eprintf ("}\n\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user