From 00a8fc0dbeccdd7bda8246475fc2d079202b524a Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Tue, 10 Jan 2012 15:07:56 +0200 Subject: Added const --- src/libsputext/xine_sputext_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsputext/xine_sputext_decoder.c b/src/libsputext/xine_sputext_decoder.c index 3090c640e..e2e37bc37 100644 --- a/src/libsputext/xine_sputext_decoder.c +++ b/src/libsputext/xine_sputext_decoder.c @@ -122,7 +122,7 @@ typedef struct sputext_class_s { char font_ft[FILENAME_MAX]; /* subtitle font */ int use_font_ft; /* use Freetype */ #endif - char *src_encoding; /* encoding of subtitle file */ + const char *src_encoding; /* encoding of subtitle file */ int use_unscaled; /* use unscaled OSD if possible */ xine_t *xine; -- cgit v1.2.3