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:
reimar 2007-12-02 20:48:16 +00:00
parent d055e97911
commit 1f8007f0fd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#define GENRES_H
char *genres[] = {
const char * const genres[] = {
"Blues", /* 0 */
"Classic Rock", /* 1 */
"Country", /* 2 */