[MPlayer-cvslog] r29659 - trunk/command.c
reimar
subversion at mplayerhq.hu
Tue Sep 8 11:07:24 CEST 2009
Author: reimar
Date: Tue Sep 8 11:07:23 2009
New Revision: 29659
Log:
Make indentation consistent with the rest of the file
Modified:
trunk/command.c
Modified: trunk/command.c
==============================================================================
--- trunk/command.c Tue Sep 8 11:06:43 2009 (r29658)
+++ trunk/command.c Tue Sep 8 11:07:23 2009 (r29659)
@@ -948,7 +948,7 @@ static int mp_property_program(m_option_
if (prog.aid < 0 && prog.vid < 0) {
mp_msg(MSGT_CPLAYER, MSGL_ERR, "Selected program contains no audio or video streams!\n");
return M_PROPERTY_ERROR;
- }
+ }
mp_property_do("switch_audio", M_PROPERTY_SET, &prog.aid, mpctx);
mp_property_do("switch_video", M_PROPERTY_SET, &prog.vid, mpctx);
return M_PROPERTY_OK;
More information about the MPlayer-cvslog
mailing list