From cae4a7ffe0c62da9114446169181ab3acfa4dca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 12 Nov 2006 11:22:29 +0000 Subject: [PATCH] Warning fix --- modules/codec/dvbsub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/dvbsub.c b/modules/codec/dvbsub.c index 16010d0524..3f19f1a6f3 100644 --- a/modules/codec/dvbsub.c +++ b/modules/codec/dvbsub.c @@ -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") }; -- GitLab