error-message repair

Closes PR 12886
This commit is contained in:
Matthew Flatt 2012-07-06 16:48:03 -06:00
parent f9b4c6b226
commit 8c66bd786b

View File

@ -102,7 +102,7 @@ static void call_set_global_bucket(Scheme_Bucket *b, Scheme_Object *val, int set
static void lexical_binding_wrong_return_arity(int expected, int got, Scheme_Object **argv)
{
scheme_wrong_return_arity(NULL, expected, got, argv, "lexical binding");
scheme_wrong_return_arity(NULL, expected, got, argv, "\n in: local-binding form");
}
static void wrong_argument_count(Scheme_Object *proc, int argc, Scheme_Object **argv)