diff options
Diffstat (limited to 'src/input/input_rtp.c')
-rw-r--r-- | src/input/input_rtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_rtp.c b/src/input/input_rtp.c index c13ba963e..6730d1e30 100644 --- a/src/input/input_rtp.c +++ b/src/input/input_rtp.c @@ -742,7 +742,7 @@ static char *rtp_class_get_description (input_class_t *this_gen) { return _("RTP and UDP input plugin as shipped with xine"); } -static char *rtp_class_get_identifier (input_class_t *this_gen) { +static const char *rtp_class_get_identifier (input_class_t *this_gen) { return "RTP/UDP"; } |