Skip to content

Commit

Permalink
Update dot.cpp
Browse files Browse the repository at this point in the history
comma added for dot syntax
  • Loading branch information
jannick0 committed Jul 19, 2014
1 parent 64f7743 commit a15c5c8
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 @@ -1812,7 +1812,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 a15c5c8

Please sign in to comment.