aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
Diffstat (limited to 'parsing')
-rw-r--r--parsing/termast.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/termast.ml b/parsing/termast.ml
index cdaa2a2686..0ddee900fb 100644
--- a/parsing/termast.ml
+++ b/parsing/termast.ml
@@ -27,7 +27,7 @@ let ids_of_ctxt cl =
| Rel n ->
warning "ids_of_ctxt: rel";
id_of_string ("REL "^(string_of_int n))
- | _-> anomaly"ids_of_ctxt")
+ | _-> anomaly "ids_of_ctxt")
(Array.to_list cl)
let ast_of_ident id = nvar (string_of_id id)