small fix to CCKTree.Dot

This commit is contained in:
Simon Cruanes 2014-12-01 21:56:22 +01:00
parent 5f228501ad
commit 24f8066999

View file

@ -283,7 +283,7 @@ module Dot = struct
FQ.empty l
in
(* preamble *)
Format.fprintf fmt "@[<hv 2>digraph %s {@," name;
Format.fprintf fmt "@[<hv 2>digraph \"%s\" {@," name;
aux q;
Format.fprintf fmt "}@]@.";
()