From 132173bbf0606f2ad90231e74eedda4382db4cf7 Mon Sep 17 00:00:00 2001 From: reynaldo Date: Mon, 3 Jul 2006 23:27:37 +0000 Subject: get_path as const, patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18894 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/dvbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/dvbin.c') diff --git a/libmpdemux/dvbin.c b/libmpdemux/dvbin.c index 6393e37f7b..7ba9c84f22 100644 --- a/libmpdemux/dvbin.c +++ b/libmpdemux/dvbin.c @@ -623,7 +623,7 @@ int dvb_step_channel(dvb_priv_t *priv, int dir) -extern char *get_path(char *); +extern char *get_path(const char *); static void dvbin_close(stream_t *stream) { -- cgit v1.2.3