mirror of https://github.com/mpv-player/mpv
(cosmetics) fix indentation of previous commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24297 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
48302e019d
commit
beda7b3ce3
|
@ -633,7 +633,7 @@ static void decode_page(tt_char* p,int lang,unsigned char* raw)
|
|||
p[i].fg=fg_color;
|
||||
p[i].bg=bg_color;
|
||||
}else
|
||||
p[i].unicode=p[i].gfx?0:' ';
|
||||
p[i].unicode=p[i].gfx?0:' ';
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue