[MPlayer-cvslog] r27415 - trunk/command.c

ben subversion at mplayerhq.hu
Mon Aug 4 15:35:42 CEST 2008


Author: ben
Date: Mon Aug  4 15:35:42 2008
New Revision: 27415

Log:
cosmetic: reindent after r27414

Modified:
   trunk/command.c

Modified: trunk/command.c
==============================================================================
--- trunk/command.c	(original)
+++ trunk/command.c	Mon Aug  4 15:35:42 2008
@@ -386,7 +386,7 @@ static int mp_property_chapter(m_option_
     char *chapter_name = NULL;
 
     if (mpctx->demuxer)
-    chapter = demuxer_get_current_chapter(mpctx->demuxer);
+        chapter = demuxer_get_current_chapter(mpctx->demuxer);
     if (chapter < 0)
         return M_PROPERTY_UNAVAILABLE;
 



More information about the MPlayer-cvslog mailing list