Update of /cvsroot/xine/xine-lib/src/libsputext
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5289/src/libsputext

Modified Files:
        xine_decoder.c 
Log Message:
const++

Index: xine_decoder.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/libsputext/xine_decoder.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- xine_decoder.c      20 Feb 2007 00:34:57 -0000      1.98
+++ xine_decoder.c      20 Feb 2007 01:04:07 -0000      1.99
@@ -925,7 +925,7 @@
 
 static void *init_spu_decoder_plugin (xine_t *xine, void *data) {
 
-  static char *subtitle_size_strings[] = { 
+  static const char *subtitle_size_strings[] = { 
     "tiny", "small", "normal", "large", "very large", "huge", NULL 
   };
   sputext_class_t *this ;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to