cosmetics: Fix one misindented line.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26661 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-03 15:44:55 +00:00
parent 1ad8aae439
commit b2782de287
1 changed files with 1 additions and 1 deletions

View File

@ -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