mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
1000l: absolutely huge missing const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18034 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
20674f6d49
commit
f571bed7c3
@ -1029,7 +1029,7 @@ int main(int argc, char* argv[])
|
||||
printf("/* GENERATED FROM %s, DO NOT EDIT! */\n\n",argv[1]);
|
||||
|
||||
for (i=0; i<2; i++) {
|
||||
printf("codecs_t %s[] = {\n", nm[i]);
|
||||
printf("const codecs_t %s[] = {\n", nm[i]);
|
||||
for (j = 0; j < nr[i]; j++) {
|
||||
printf("{");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user