Commit 5717689c authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/avstring: make const tables static const

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 22159474
...@@ -312,7 +312,7 @@ int av_isxdigit(int c) ...@@ -312,7 +312,7 @@ int av_isxdigit(int c)
int main(void) int main(void)
{ {
int i; int i;
const char *strings[] = { static const char * const strings[] = {
"''", "''",
"", "",
":", ":",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment