diff options
Diffstat (limited to 'builtin.c')
-rw-r--r-- | builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |