Skip to content

Commit

Permalink
Fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 6, 2025
1 parent 2c19652 commit a1f8edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statements/pbrst.y
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ void create_diagram() {
strcat(D, "white");
} else {
add_parseinfo(" unused");
strcat(D, "white");
strcat(D, "white,color=\"#ccccff\"");
}
strcat(D, "];\n"); // Finish graphviz node.
add_parseinfo("\n");
Expand Down

0 comments on commit a1f8edd

Please sign in to comment.