diff mencoder.c @ 26629:2a36c68d4c12

cosmetics: Fix one misindented line.
author diego
date Sat, 03 May 2008 15:44:55 +0000
parents c55423b185fa
children 5e0e6d992c7f
line wrap: on
line diff
--- a/mencoder.c	Sat May 03 15:40:12 2008 +0000
+++ b/mencoder.c	Sat May 03 15:44:55 2008 +0000
@@ -545,7 +545,7 @@
       // 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