summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-03 23:18:06 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-03 23:18:06 +0000
commita8e3cea4b3e3b960649274387e36ff732cd1eeb0 (patch)
tree97edf83f6886497d53e8353bb32283d124de30f5 /mencoder.c
parent6ce30bb91e885f365d4fba4da66c39086b440c95 (diff)
downloadmpv-a8e3cea4b3e3b960649274387e36ff732cd1eeb0.tar.bz2
mpv-a8e3cea4b3e3b960649274387e36ff732cd1eeb0.tar.xz
parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18893 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 5f9a7e130a..fe1960b81b 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -302,7 +302,7 @@ static void mencoder_exit(int level, char *how)
exit(level);
}
-void parse_cfgfiles( m_config_t* conf )
+static void parse_cfgfiles( m_config_t* conf )
{
char *conffile;
if ((conffile = get_path("mencoder.conf")) == NULL) {