diff options
Diffstat (limited to 'builtin.c')
-rw-r--r-- | builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2382,7 +2382,7 @@ NODE * do_bindtextdomain(int nargs) { NODE *t1, *t2; - char *directory, *domain; + const char *directory, *domain; char *the_result; t1 = t2 = NULL; |