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 --- input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/input.c b/input/input.c index 81b28a62d9..4b1afa3214 100644 --- a/input/input.c +++ b/input/input.c @@ -1562,7 +1562,7 @@ mp_input_parse_config(char *file) { return 0; } -extern char *get_path(char *filename); +extern char *get_path(const char *filename); void mp_input_init(int use_gui) { -- cgit v1.2.3