summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 19:58:45 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 19:58:45 +0000
commit96217887af00ec35aac12bb257f5fa2cf19a1684 (patch)
tree6044f1e84a9ac76938bf3204cdc400a9258c4e1d /stream
parente8834d6d47f9311d049081938a86d9f3f2a6c5ea (diff)
downloadmpv-96217887af00ec35aac12bb257f5fa2cf19a1684.tar.bz2
mpv-96217887af00ec35aac12bb257f5fa2cf19a1684.tar.xz
Fix compilation by adding forgotten comma.
Noticed by Evrim Furuncu on irc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24276 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 7f87d3d6df..73c2033a99 100644
--- a/stream/tvi_vbi.c
+++ b/stream/tvi_vbi.c
@@ -201,7 +201,7 @@ static const unsigned char corrHamm48[256]={
enum {
LAT_UNI=0,
- CYRILLIC1
+ CYRILLIC1,
RUS_UNI,
CYRILLIC3,
GREEK,