# HG changeset patch # User reimar # Date 1196600855 0 # Node ID 7d2a9ae30c67932be59e4c5fa0d9b7715fe13f6b # Parent 1b3dabc8c2b81b05f458d747901f2e88f4c7d590 Make auto_open_streams array itself const diff -r 1b3dabc8c2b8 -r 7d2a9ae30c67 stream/stream.c --- a/stream/stream.c Sun Dec 02 11:14:50 2007 +0000 +++ b/stream/stream.c Sun Dec 02 13:07:35 2007 +0000 @@ -88,7 +88,7 @@ extern stream_info_t stream_info_dvd; #endif -static const stream_info_t* auto_open_streams[] = { +static const stream_info_t* const auto_open_streams[] = { #ifdef HAVE_VCD &stream_info_vcd, #endif