[MPlayer-cvslog] r24276 - trunk/stream/tvi_vbi.c

iive subversion at mplayerhq.hu
Tue Aug 28 21:58:45 CEST 2007


Author: iive
Date: Tue Aug 28 21:58:45 2007
New Revision: 24276

Log:
Fix compilation by adding forgotten comma.
Noticed by Evrim Furuncu on irc.


Modified:
   trunk/stream/tvi_vbi.c

Modified: trunk/stream/tvi_vbi.c
==============================================================================
--- trunk/stream/tvi_vbi.c	(original)
+++ trunk/stream/tvi_vbi.c	Tue Aug 28 21:58:45 2007
@@ -201,7 +201,7 @@ static const unsigned char corrHamm48[25
 
 enum {
   LAT_UNI=0,
-  CYRILLIC1
+  CYRILLIC1,
   RUS_UNI,
   CYRILLIC3,
   GREEK,



More information about the MPlayer-cvslog mailing list