[MPlayer-cvslog] r26661 - trunk/mencoder.c
    diego 
    subversion at mplayerhq.hu
       
    Sat May  3 17:44:55 CEST 2008
    
    
  
Author: diego
Date: Sat May  3 17:44:55 2008
New Revision: 26661
Log:
cosmetics: Fix one misindented line.
Modified:
   trunk/mencoder.c
Modified: trunk/mencoder.c
==============================================================================
--- trunk/mencoder.c	(original)
+++ trunk/mencoder.c	Sat May  3 17:44:55 2008
@@ -545,7 +545,7 @@ if (frameno_filename) {
       // try default:
        vo_font=read_font_desc(get_path("font/font.desc"),font_factor,verbose>1);
        if(!vo_font)
-       vo_font=read_font_desc(MPLAYER_DATADIR "/font/font.desc",font_factor,verbose>1);
+         vo_font=read_font_desc(MPLAYER_DATADIR "/font/font.desc",font_factor,verbose>1);
   }
 #endif
 #ifdef HAVE_FONTCONFIG
    
    
More information about the MPlayer-cvslog
mailing list