[MPlayer-cvslog] r26450 - trunk/mencoder.c
albeu
subversion at mplayerhq.hu
Mon Apr 14 13:24:24 CEST 2008
Author: albeu
Date: Mon Apr 14 13:24:24 2008
New Revision: 26450
Log:
Fix the indentation after the noconfig patch.
Patch by Andrew Savchenko (Bircoph -at- list -dot- ru).
Modified:
trunk/mencoder.c
Modified: trunk/mencoder.c
==============================================================================
--- trunk/mencoder.c (original)
+++ trunk/mencoder.c Mon Apr 14 13:24:24 2008
@@ -316,13 +316,13 @@ static void parse_cfgfiles( m_config_t*
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);
+ }
}
}
More information about the MPlayer-cvslog
mailing list