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/libflac/decoder_flac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libflac') diff --git a/src/libflac/decoder_flac.c b/src/libflac/decoder_flac.c index 22ef90704..65f4422ca 100644 --- a/src/libflac/decoder_flac.c +++ b/src/libflac/decoder_flac.c @@ -395,7 +395,7 @@ static uint32_t audio_types[] = { BUF_AUDIO_FLAC, 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