From ef38e72c7c2ff1134f83772a8aaed98ef995ba01 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Mon, 9 Dec 2019 10:48:31 -0500 Subject: more stuff for inferred params --- err.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'err.c') diff --git a/err.c b/err.c index 66ffd8f..f2b51aa 100644 --- a/err.c +++ b/err.c @@ -66,7 +66,7 @@ static void info_print_header_(Location where) { #if ERR_EMACS err_fprint("%s:%lu: " TEXT_INFO("info") ":\n", where.ctx->filename, (unsigned long)where.line); #else - err_fprint(TEXT_ERROR("info") " at line %lu of %s:\n", (unsigned long)where.line, where.ctx->filename); + err_fprint(TEXT_INFO("info") " at line %lu of %s:\n", (unsigned long)where.line, where.ctx->filename); #endif } -- cgit v1.2.3