From cdcd31b2b5ff720b5f45c4677e5ce68e78d8c69a Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 18 Nov 2002 14:38:26 +0000 Subject: typo git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3255 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/correctness/pcic.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/correctness/pcic.ml b/contrib/correctness/pcic.ml index 488819bc24..e3852504a6 100644 --- a/contrib/correctness/pcic.ml +++ b/contrib/correctness/pcic.ml @@ -125,7 +125,7 @@ let tuple_ref dep n = Nametab.locate (make_short_qualid id) end else begin - let id = make_ident "Build_tuple_%d" (Some n) in + let id = make_ident "Build_tuple_" (Some n) in if not (tuple_exists id) then tuple_n n; Nametab.locate (make_short_qualid id) end -- cgit v1.2.3