From e71901e1f0a981aff8eb37162ab053e1bb9df5aa Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 1 Sep 2019 23:11:28 -0400 Subject: #C directive --- util/err.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util') 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(""); -- cgit v1.2.3