diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:06:49 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-07 09:06:49 -0500 |
commit | c184f64511d31b4d986a1c545b3cb1461f2b7011 (patch) | |
tree | 29b2d5500969ddec28f8a1176bdab904a1c9f93f /arrayfunc.c~ | |
parent | 1c3567dccbe4c1635fb8e8968df71f70d98fd567 (diff) | |
download | bash-c184f64511d31b4d986a1c545b3cb1461f2b7011.tar.gz |
commit bash-20070419 snapshot
Diffstat (limited to 'arrayfunc.c~')
-rw-r--r-- | arrayfunc.c~ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arrayfunc.c~ b/arrayfunc.c~ index 48a099dd..7a6904d9 100644 --- a/arrayfunc.c~ +++ b/arrayfunc.c~ @@ -45,7 +45,7 @@ static void quote_array_assignment_chars __P((WORD_LIST *)); static char *array_value_internal __P((char *, int, int, int *)); /* Standard error message to use when encountering an invalid array subscript */ -char *bash_badsub_errmsg = N_("bad array subscript"); +const char * const bash_badsub_errmsg = N_("bad array subscript"); /* **************************************************************** */ /* */ |