mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 23:21:54 +00:00
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
This commit is contained in:
parent
6ce30bb91e
commit
a8e3cea4b3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user