summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/win32/wincfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/win32/wincfg.c b/gui/win32/wincfg.c
index 894a06e71d..ec4ad08657 100644
--- a/gui/win32/wincfg.c
+++ b/gui/win32/wincfg.c
@@ -58,7 +58,7 @@ extern char *proc_priority;
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[] =
{
{ "priority", &proc_priority, CONF_TYPE_STRING, 0, 0, 0, NULL},
{ "vo_driver", &video_driver_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL },