]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda/cdda.c
* Some more const warning fixes
[vlc] / modules / access / cdda / cdda.c
index 9a3a76a6f0b50278d3693ecc8532ac2addd0a571..2d7abf6c8e3dec79ecd8971c00217509992b5608 100644 (file)
@@ -38,8 +38,8 @@
  *****************************************************************************/
 
 #if LIBCDIO_VERSION_NUM >= 72
-static char *psz_paranoia_list[] = { "none", "overlap", "full" };
-static char *psz_paranoia_list_text[] = { N_("none"), N_("overlap"),
+static const char *psz_paranoia_list[] = { "none", "overlap", "full" };
+static const char *psz_paranoia_list_text[] = { N_("none"), N_("overlap"),
                                           N_("full") };
 #endif