summaryrefslogtreecommitdiff
path: root/err.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-12-09 10:48:31 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2019-12-09 10:48:31 -0500
commitef38e72c7c2ff1134f83772a8aaed98ef995ba01 (patch)
tree7c484d9379379e492a1b98a6bd21c3ad4e68a0b0 /err.c
parentb1a19ee1531637e806dc20373830106b448337fd (diff)
more stuff for inferred params
Diffstat (limited to 'err.c')
-rw-r--r--err.c2
1 files changed, 1 insertions, 1 deletions
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
}