changeset 25186:919916007cd2

this local variable can be static
author ben
date Fri, 30 Nov 2007 19:51:30 +0000
parents edc74af15f2f
children e2625ae16f56
files stream/stream.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream.c	Fri Nov 30 18:45:17 2007 +0000
+++ b/stream/stream.c	Fri Nov 30 19:51:30 2007 +0000
@@ -88,7 +88,7 @@
 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