diff command.c @ 25717:4eac26c41059

Make mp_properties const
author reimar
date Sun, 13 Jan 2008 17:00:46 +0000
parents 00e4d59a0be4
children 4ba9b9bdf123
line wrap: on
line diff
--- a/command.c	Sun Jan 13 16:59:21 2008 +0000
+++ b/command.c	Sun Jan 13 17:00:46 2008 +0000
@@ -1921,7 +1921,7 @@
 /// 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 },