From 64cd8ba42517cdbb58f7526e7bcbe447fccf22bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 19 Dec 2007 11:15:37 +0100 Subject: Mark the name attribute of Param being a const char *. --- src/input/input_dvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 4f66b8ff4..fe4e7de5a 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -359,7 +359,7 @@ typedef struct { } dvb_input_plugin_t; typedef struct { - char *name; + const char *name; int value; } Param; -- cgit v1.2.3