From db3ca5062a18b6f61de6ef9fe3de50763e8dacfd Mon Sep 17 00:00:00 2001 From: albeu Date: Mon, 14 Apr 2008 11:24:24 +0000 Subject: 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 --- mencoder.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index ae35f3d5e2..6530d1f449 100644 --- a/mencoder.c +++ b/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); + } } } -- cgit v1.2.3