aboutsummaryrefslogtreecommitdiffstats
path: root/eval_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval_error.c')
-rw-r--r--eval_error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval_error.c b/eval_error.c
index 44d82e8a7f..6132cbe8c8 100644
--- a/eval_error.c
+++ b/eval_error.c
@@ -169,10 +169,10 @@ print_errinfo(const VALUE eclass, const VALUE errat, const VALUE emesg, const VA
write_warn(str, "\n");
}
else {
- /* emesg is a String instance */
+ /* emesg is a String instance */
const char *tail = 0;
- if (highlight) write_warn(str, bold);
+ if (highlight) write_warn(str, bold);
if (RSTRING_PTR(epath)[0] == '#')
epath = 0;
if ((tail = memchr(einfo, '\n', elen)) != 0) {