Backend DOT graph generation: Removing redundant ';' which seems to confuse more recent versions of Graphviz (>2.26)

This commit is contained in:
Cas Cremers 2013-06-19 22:55:31 +02:00
parent 45d5cb0a3a
commit 6134b46557

View File

@ -1843,5 +1843,5 @@ dotSemiState (const System mysys)
free (ranks); // ranks
// close graph
eprintf ("};\n\n");
eprintf ("}\n\n");
}