From 96217887af00ec35aac12bb257f5fa2cf19a1684 Mon Sep 17 00:00:00 2001 From: iive Date: Tue, 28 Aug 2007 19:58:45 +0000 Subject: 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 --- stream/tvi_vbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream') 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, -- cgit v1.2.3