# HG changeset patch # User reimar # Date 1200241077 0 # Node ID 11faea7ffe9b240e0ef632cc5ba3841bfc887fac # Parent 24ee00528e180a2b77feab341ac9ec5ceaedfa50 Make big gui_opts array const diff -r 24ee00528e18 -r 11faea7ffe9b gui/cfg.c --- a/gui/cfg.c Sun Jan 13 16:13:54 2008 +0000 +++ b/gui/cfg.c Sun Jan 13 16:17:57 2008 +0000 @@ -85,7 +85,7 @@ 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",>kEnableAudioEqualizer,CONF_TYPE_FLAG,0,0,1,NULL },