]> git.sesse.net Git - vlc/commitdiff
Warning fix
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 12 Nov 2006 11:22:29 +0000 (11:22 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 12 Nov 2006 11:22:29 +0000 (11:22 +0000)
modules/codec/dvbsub.c

index 16010d05240e55750cacd4a24869d50b59ac4917..3f19f1a6f3eae4e5da88ec310757f02a63a1a800 100644 (file)
@@ -60,7 +60,7 @@
 #define ENC_POSY_LONGTEXT N_("Y coordinate of the encoded subtitle" )
 
 static int pi_pos_values[] = { 0, 1, 2, 4, 8, 5, 6, 9, 10 };
-static char *ppsz_pos_descriptions[] =
+static const char *ppsz_pos_descriptions[] =
 { N_("Center"), N_("Left"), N_("Right"), N_("Top"), N_("Bottom"),
   N_("Top-Left"), N_("Top-Right"), N_("Bottom-Left"), N_("Bottom-Right") };