Commit 2204879a authored by Laurent Aimar's avatar Laurent Aimar

Small warning fix.

parent 6b8c8ec6
......@@ -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" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment