From 3c1e208848cf9b1ceed3f2b9e1ab7062e06d8b3c Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Mon, 9 Jul 2007 02:59:14 +0100 Subject: VCD input class description should be returned as const char *. --- src/input/vcd/xineplug_inp_vcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/vcd/xineplug_inp_vcd.c b/src/input/vcd/xineplug_inp_vcd.c index 0f1c9225e..f70d2fcd9 100644 --- a/src/input/vcd/xineplug_inp_vcd.c +++ b/src/input/vcd/xineplug_inp_vcd.c @@ -999,7 +999,7 @@ vcd_plugin_get_mrl (input_plugin_t *this_gen) return human readable (verbose = 1 line) description for this plugin */ -static char * +static const char * vcd_class_get_description (input_class_t *this_gen) { dbg_print((INPUT_DBG_CALL|INPUT_DBG_EXT), "called\n"); -- cgit v1.2.3