aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index 7ae109e7..32d97a51 100644
--- a/builtin.c
+++ b/builtin.c
@@ -2385,7 +2385,7 @@ do_bindtextdomain(int nargs)
{
NODE *t1, *t2;
const char *directory, *domain;
- char *the_result;
+ const char *the_result;
t1 = t2 = NULL;
/* set defaults */