X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c932d6135ca3e508f7136810b9b0bf79725290b9..e3fd1dcb8b0b55525876440410f71791d8b4c2f3:/src/graphviz.h diff --git a/src/graphviz.h b/src/graphviz.h index 556fdda1..f27c1105 100644 --- a/src/graphviz.h +++ b/src/graphviz.h @@ -40,7 +40,7 @@ void output_node (int id, char const *label, FILE *fout); /// \param style Dot style of the edge (e.g., "dotted" or "solid"). /// \param fout output stream. void output_edge (int source, int destination, char const *label, - char const *style, FILE *fout); + char const *style, FILE *fout); /// End a Dot graph. /// \param fout output stream.