Make big gui_opts array const

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25738 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-01-13 16:17:57 +00:00
parent 003ffcfe79
commit de66cc47fa
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ extern int stop_xscreensaver;
extern int m_config_parse_config_file(m_config_t* config, char *conffile);
static m_config_t * gui_conf;
static m_option_t gui_opts[] =
static const m_option_t gui_opts[] =
{
{ "enable_audio_equ",&gtkEnableAudioEqualizer,CONF_TYPE_FLAG,0,0,1,NULL },