]> git.sesse.net Git - vlc/commitdiff
Small warning fix.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 7 Mar 2007 22:46:43 +0000 (22:46 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 7 Mar 2007 22:46:43 +0000 (22:46 +0000)
modules/demux/mpc.c

index d3f5214d36dc16dd102a35716bdc985f72596750..1db8b57e2d943556c2ebc3971c802092d2cff7e9 100644 (file)
@@ -53,7 +53,7 @@ static int  Open  ( vlc_object_t * );
 static void Close ( vlc_object_t * );
 
 static int  pi_replaygain_type[] = { 0, 1, 2 };
-static char *ppsz_replaygain_type[] = { N_("None"), N_("Title"), N_("Album") };
+static const char *ppsz_replaygain_type[] = { N_("None"), N_("Title"), N_("Album") };
 
 vlc_module_begin();
     set_shortname( "MPC" );