avutil/avstring: make const tables static const

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-08-11 16:50:58 +02:00
parent 2215947438
commit 5717689c75
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ int av_isxdigit(int c)
int main(void)
{
int i;
const char *strings[] = {
static const char * const strings[] = {
"''",
"",
":",