Skip to content

Commit

Permalink
Merge pull request #202 from jannick0/master
Browse files Browse the repository at this point in the history
Update dot.cpp: comma added for dot syntax
  • Loading branch information
Dimitri van Heesch committed Jul 20, 2014
2 parents 6a60477 + a15c5c8 commit c9d816a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ void DotNode::writeBox(FTextStream &t,
t << "\",height=0.2,width=0.4";
if (m_isRoot)
{
t << ",color=\"black\", fillcolor=\"grey75\", style=\"filled\" fontcolor=\"black\"";
t << ",color=\"black\", fillcolor=\"grey75\", style=\"filled\", fontcolor=\"black\"";
}
else
{
Expand Down

0 comments on commit c9d816a

Please sign in to comment.