]> www.ginac.de Git - ginac.git/blobdiff - ginac/function.pl
- ++version_major.
[ginac.git] / ginac / function.pl
index b0564e6e45f105422029acccdf6c108a95323979..e2287091db4391ccac0daa8ceb1206251d3cc652 100755 (executable)
@@ -678,7 +678,7 @@ void function::print(const print_context & c, unsigned level) const
                }
                c.s << ")";
 
-       } else if is_of_type(c, print_latex) {
+       } else if (is_of_type(c, print_latex)) {
                c.s << registered_functions()[serial].TeX_name;
                printseq(c, '(', ',', ')', exprseq::precedence(), function::precedence());
        } else {