changeset 25710:11faea7ffe9b

Make big gui_opts array const
author reimar
date Sun, 13 Jan 2008 16:17:57 +0000
parents 24ee00528e18
children 25b40c769b06
files gui/cfg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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",&gtkEnableAudioEqualizer,CONF_TYPE_FLAG,0,0,1,NULL },