From 6a90ef1128ca51713804e94da00f9c3a7440ec16 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 2 Jun 2006 22:18:56 +0000 Subject: Various static/const fixes from Gentoo. CVS patchset: 8009 CVS date: 2006/06/02 22:18:56 --- src/libmusepack/xine_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libmusepack/xine_decoder.c') diff --git a/src/libmusepack/xine_decoder.c b/src/libmusepack/xine_decoder.c index 10c31ee66..f7cf37b0e 100644 --- a/src/libmusepack/xine_decoder.c +++ b/src/libmusepack/xine_decoder.c @@ -23,7 +23,7 @@ * 32bit float output * Seeking?? * - * $Id: xine_decoder.c,v 1.6 2006/05/03 19:46:08 dsalt Exp $ + * $Id: xine_decoder.c,v 1.7 2006/06/02 22:18:57 dsalt Exp $ */ #include @@ -454,7 +454,7 @@ static uint32_t audio_types[] = { 0 }; -static decoder_info_t dec_info_audio = { +static const decoder_info_t dec_info_audio = { audio_types, /* supported types */ 5 /* priority */ }; -- cgit v1.2.3