summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index 892eb6740d..3eaa76028d 100644
--- a/command.c
+++ b/command.c
@@ -1921,7 +1921,7 @@ static int mp_property_teletext_page(m_option_t * prop, int action, void *arg,
/// All properties available in MPlayer.
/** \ingroup Properties
*/
-static m_option_t mp_properties[] = {
+static const m_option_t mp_properties[] = {
// General
{ "osdlevel", mp_property_osdlevel, CONF_TYPE_INT,
M_OPT_RANGE, 0, 3, NULL },