]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda/cdda.c
Removed unwanted debug messages.
[vlc] / modules / access / cdda / cdda.c
index d1c44ae20d66f6046a04340cb05cefe456476d17..9bbcc29217205ba76af48b789db6e5d6f600658c 100644 (file)
@@ -39,8 +39,8 @@
  *****************************************************************************/
 
 #if LIBCDIO_VERSION_NUM >= 72
-static const char *psz_paranoia_list[] = { "none", "overlap", "full" };
-static const char *psz_paranoia_list_text[] = { N_("none"), N_("overlap"),
+static const char *const psz_paranoia_list[] = { "none", "overlap", "full" };
+static const char *const psz_paranoia_list_text[] = { N_("none"), N_("overlap"),
                                           N_("full") };
 #endif