this local variable can be static

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25214 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2007-11-30 19:51:30 +00:00
parent 30e6735109
commit 2e15ab9351
1 changed files with 1 additions and 1 deletions

View File

@ -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