From 412a8b8cb3e33d3e9de33273afb0618f9bc9d3df Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 10 Sep 2006 16:36:43 +0000 Subject: [PATCH] error message typo svn: r4295 --- collects/mzlib/foreign.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mzlib/foreign.ss b/collects/mzlib/foreign.ss index c8077790c7..c402d16cf6 100644 --- a/collects/mzlib/foreign.ss +++ b/collects/mzlib/foreign.ss @@ -1070,7 +1070,7 @@ (make-ctype _pointer TAG-ptr (lambda (x) (error - '_cvector + '_TAG "cannot automatically convert a C pointer to a ~a" TAGname)))) (define-fun-syntax _TAG