X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cb48f1919ce8ccbd8587556c165a8b8b0d78d80f..ac564be451362c738a89ff742b84408cfd2e704b:/src/files.c diff --git a/src/files.c b/src/files.c index d324966b..ecb31738 100644 --- a/src/files.c +++ b/src/files.c @@ -323,7 +323,7 @@ compute_output_file_names (void) if (graph_flag) { if (! spec_graph_file) - spec_graph_file = concat2 (all_but_tab_ext, ".vcg"); + spec_graph_file = concat2 (all_but_tab_ext, ".dot"); name[names++] = spec_graph_file; }