diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/top_printers.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/top_printers.ml b/dev/top_printers.ml index 2a2833caa5..b3ede70bf7 100644 --- a/dev/top_printers.ml +++ b/dev/top_printers.ml @@ -222,7 +222,7 @@ let constr_display csr = | Anonymous -> "Anonymous" in - msg (str (term_display csr) ++fnl ()) + Pp.pp (str (term_display csr) ++fnl ()); Pp.pp_flush () open Format;; |
