summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-09-01 17:54:33 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-09-01 17:54:33 -0400
commitca34590d9968d36feb1061b9e275d0f85f09863a (patch)
tree3c74ad17a4b9bea54a3b29000f40cffd705fc1bf /util
parentcc7d494226f41d76208bd2a0613a26435247cc87 (diff)
trying to get unicode idents to work
Diffstat (limited to 'util')
-rw-r--r--util/err.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/err.c b/util/err.c
index 1a05e9d..72e94be 100644
--- a/util/err.c
+++ b/util/err.c
@@ -52,7 +52,6 @@ static void warn_print_header_(LineNo line) {
}
static void err_print_footer_(const char *context) {
- err_fprint("\n\there --> ");
const char *end = strchr(context, '\n');
int has_newline = end != NULL;
if (!has_newline)