summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-02-20 00:36:08 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-02-20 00:36:08 +0000
commit2dcf8f38edd30609269a6fd2607757fb127635de (patch)
tree9a0592f14ef947370f2e2771fed5139d453fe9a6 /src/xine-engine
parent780908b7567d712ebd866081760b91abcb03017c (diff)
downloadxine-lib-2dcf8f38edd30609269a6fd2607757fb127635de.tar.gz
xine-lib-2dcf8f38edd30609269a6fd2607757fb127635de.tar.bz2
const++
CVS patchset: 8609 CVS date: 2007/02/20 00:36:08
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/xine.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c
index 600169121..f49a988c9 100644
--- a/src/xine-engine/xine.c
+++ b/src/xine-engine/xine.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine.c,v 1.341 2007/02/19 23:20:19 dgp85 Exp $
+ * $Id: xine.c,v 1.342 2007/02/20 00:37:02 dgp85 Exp $
*/
/*
@@ -1535,8 +1535,8 @@ static void config_save_cb (void *this_gen, xine_cfg_entry_t *entry) {
}
void xine_init (xine_t *this) {
- static char *demux_strategies[] = {"default", "reverse", "content",
- "extension", NULL};
+ static const char *demux_strategies[] = {"default", "reverse", "content",
+ "extension", NULL};
/* initialize color conversion tables and functions */
init_yuv_conversion();