summaryrefslogtreecommitdiffstats
path: root/Gui/app.c
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-03 23:27:37 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-03 23:27:37 +0000
commit132173bbf0606f2ad90231e74eedda4382db4cf7 (patch)
tree2cddefee9c4d354d3c0eed7d2214581725b5097e /Gui/app.c
parenta8e3cea4b3e3b960649274387e36ff732cd1eeb0 (diff)
downloadmpv-132173bbf0606f2ad90231e74eedda4382db4cf7.tar.bz2
mpv-132173bbf0606f2ad90231e74eedda4382db4cf7.tar.xz
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
Diffstat (limited to 'Gui/app.c')
-rw-r--r--Gui/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/app.c b/Gui/app.c
index 58b4a7667c..cfda704967 100644
--- a/Gui/app.c
+++ b/Gui/app.c
@@ -70,7 +70,7 @@ int evBoxs = sizeof( evNames ) / sizeof( evName );
// ---
-extern char *get_path(char *);
+extern char *get_path(const char *);
listItems appMPlayer;