diff --git a/tools/showterm.pl b/tools/showterm.pl index 3193802c..899adb68 100644 --- a/tools/showterm.pl +++ b/tools/showterm.pl @@ -75,7 +75,7 @@ dot(Term) :- dot(Term, []). dot(Term, NVs) :- - phrase(term_labels(Term, NVs, 'c'), Ls), + phrase(term_labels(Term, NVs, c), Ls), phrase(("graph G {\n", dots(Ls), "}\n"), DOT),