summaryrefslogtreecommitdiffstats
path: root/unwind.c
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.c')
-rw-r--r--unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unwind.c b/unwind.c
index e4d4ae81..104bb11e 100644
--- a/unwind.c
+++ b/unwind.c
@@ -440,7 +440,7 @@ val uw_block_abscond(val tag, val result)
if (ex->uw.type == UW_BLOCK && ex->bl.tag == tag)
break;
if (ex->uw.type == UW_GUARD)
- uw_throwf(error_s, lit("~a: cannot abscond via foreign stack frames\n"),
+ uw_throwf(error_s, lit("~a: cannot abscond via foreign stack frames"),
prog_string, nao);
}