diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-07-09 02:59:14 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-07-09 02:59:14 +0100 |
commit | 3c1e208848cf9b1ceed3f2b9e1ab7062e06d8b3c (patch) | |
tree | c8716598d69a57fd984a51a5e70582fc399a318b | |
parent | 35a0310f9c67e357a3dc8ea3420ec6d25dd2aad9 (diff) | |
download | xine-lib-3c1e208848cf9b1ceed3f2b9e1ab7062e06d8b3c.tar.gz xine-lib-3c1e208848cf9b1ceed3f2b9e1ab7062e06d8b3c.tar.bz2 |
VCD input class description should be returned as const char *.
-rw-r--r-- | src/input/vcd/xineplug_inp_vcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |