* src/tgbaalgos/rundotdec.cc (tgba_run_dotty_decorator::link_decl):
Typo.
This commit is contained in:
parent
9444d84a17
commit
6c1152d819
2 changed files with 6 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ namespace spot
|
|||
if (in_prefix || in_cycle)
|
||||
{
|
||||
std::string
|
||||
color = in_prefix ? (in_cycle ? "violet" : "blue" ) : "red";
|
||||
color = in_prefix ? (in_cycle ? "violet" : "blue") : "red";
|
||||
return ("[label=\"" + os.str() + label
|
||||
+ "\", style=bold, color=" + color + "]");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue