summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-29 17:44:40 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-29 17:44:40 +0000
commitbeda7b3ce3b1cccfa0959c83e9bb78de5c11d777 (patch)
tree930032aaed2d0db262b6cb7ed32cc2e796709e66 /stream
parent48302e019d4345b1cc1a3ff21c295153ef34f1e3 (diff)
downloadmpv-beda7b3ce3b1cccfa0959c83e9bb78de5c11d777.tar.bz2
mpv-beda7b3ce3b1cccfa0959c83e9bb78de5c11d777.tar.xz
(cosmetics) fix indentation of previous commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24297 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/tvi_vbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_vbi.c b/stream/tvi_vbi.c
index 6ad211e7c4..cc62881f43 100644
--- a/stream/tvi_vbi.c
+++ b/stream/tvi_vbi.c
@@ -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;
}