mirror of https://github.com/mpv-player/mpv
Table of ID3 genres should be const as well
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25268 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d055e97911
commit
1f8007f0fd
|
@ -18,7 +18,7 @@
|
||||||
#define GENRES_H
|
#define GENRES_H
|
||||||
|
|
||||||
|
|
||||||
char *genres[] = {
|
const char * const genres[] = {
|
||||||
"Blues", /* 0 */
|
"Blues", /* 0 */
|
||||||
"Classic Rock", /* 1 */
|
"Classic Rock", /* 1 */
|
||||||
"Country", /* 2 */
|
"Country", /* 2 */
|
||||||
|
|
Loading…
Reference in New Issue