summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
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;
}