summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stream/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.c b/stream/stream.c
index 12b0944024..e506781fc5 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -88,7 +88,7 @@ extern stream_info_t stream_info_file;
extern stream_info_t stream_info_dvd;
#endif
-stream_info_t* auto_open_streams[] = {
+static stream_info_t* auto_open_streams[] = {
#ifdef HAVE_VCD
&stream_info_vcd,
#endif