mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
Fix the indentation after the noconfig patch.
Patch by Andrew Savchenko (Bircoph -at- list -dot- ru). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26450 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
84bc10acb9
commit
db3ca5062a
14
mencoder.c
14
mencoder.c
@ -316,13 +316,13 @@ static void parse_cfgfiles( m_config_t* conf )
|
||||
mencoder_exit(1,MSGTR_ConfigFileError);
|
||||
|
||||
if (!disable_user_conf) {
|
||||
if ((conffile = get_path("mencoder.conf")) == NULL) {
|
||||
mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_GetpathProblem);
|
||||
} else {
|
||||
if (m_config_parse_config_file(conf, conffile) < 0)
|
||||
mencoder_exit(1,MSGTR_ConfigFileError);
|
||||
free(conffile);
|
||||
}
|
||||
if ((conffile = get_path("mencoder.conf")) == NULL) {
|
||||
mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_GetpathProblem);
|
||||
} else {
|
||||
if (m_config_parse_config_file(conf, conffile) < 0)
|
||||
mencoder_exit(1,MSGTR_ConfigFileError);
|
||||
free(conffile);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user