changeset 26629:2a36c68d4c12

cosmetics: Fix one misindented line.
author diego
date Sat, 03 May 2008 15:44:55 +0000
parents 80db5294fe36
children f03109452eba
files mencoder.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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