From 1f9f41ef07063675b0dbf643b0bf10b9ac144880 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 28 Oct 2013 08:55:19 -0700 Subject: Remove junk character from error message. --- match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'match.c') diff --git a/match.c b/match.c index 070303cf..d51feffe 100644 --- a/match.c +++ b/match.c @@ -2222,7 +2222,7 @@ static val v_accept_fail(match_files_ctx *c) sem_error(specline, lit("~a: no block named ~a in scope"), sym, target, nao); else - sem_error(specline, lit("%~a: no anonymous block in scope"), + sem_error(specline, lit("~a: no anonymous block in scope"), sym, nao); return nil; } -- cgit v1.2.3