# HG changeset patch
# User reimar
# Date 1196628496 0
# Node ID 525f22b6429baf3d4af7acfd742c0acf52b1a076
# Parent  c1b3a06a3c6e3c0f197608621f5cd932219d4592
Table of ID3 genres should be const as well

diff -r c1b3a06a3c6e -r 525f22b6429b libmpdemux/genres.h
--- a/libmpdemux/genres.h	Sun Dec 02 20:43:35 2007 +0000
+++ b/libmpdemux/genres.h	Sun Dec 02 20:48:16 2007 +0000
@@ -18,7 +18,7 @@
 #define GENRES_H
 
 
-char *genres[] = {
+const char * const genres[] = {
 "Blues",					/* 0 */
 "Classic Rock",				/* 1 */
 "Country",					/* 2 */