summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/err.c b/util/err.c
index 72e94be..3fe3b53 100644
--- a/util/err.c
+++ b/util/err.c
@@ -57,6 +57,7 @@ static void err_print_footer_(const char *context) {
if (!has_newline)
end = strchr(context, '\0');
assert(end);
+ err_fprint("\n\there: --> ");
err_fwrite(context, 1, (size_t)(end - context));
if (!has_newline)
err_fprint("<end of file>");