From 1dd3cfb1ee12737e48f922ad64da25fb299ab2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 2 Jan 2008 19:05:42 +0100 Subject: Mark the mrl lists as constant; this trades a warning for another as char ** and const char ** are not compatible. --- src/input/input_dvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/input_dvb.c') diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 146185845..b3a9d8e46 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -290,7 +290,7 @@ typedef struct { xine_t *xine; - char *mrls[5]; + const char *mrls[5]; int numchannels; -- cgit v1.2.3