aboutsummaryrefslogtreecommitdiffstats
path: root/eval_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval_error.c')
-rw-r--r--eval_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_error.c b/eval_error.c
index 3b50123651..6a0b14cb9b 100644
--- a/eval_error.c
+++ b/eval_error.c
@@ -139,7 +139,7 @@ error_print(void)
warn_print("\n");
}
else {
- char *tail = 0;
+ const char *tail = 0;
long len = elen;
if (RSTRING_PTR(epath)[0] == '#')