summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 17:00:46 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-13 17:00:46 +0000
commit00e5fe9b31be549057d470f20227a762eaf43181 (patch)
tree7effd00fe0445a47c14bd2471e253ae321b416d8 /command.c
parentb6fb4c23fd5b92f046dea6fbe93ad3d399633ce3 (diff)
downloadmpv-00e5fe9b31be549057d470f20227a762eaf43181.tar.bz2
mpv-00e5fe9b31be549057d470f20227a762eaf43181.tar.xz
Make mp_properties const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25745 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'command.c')
-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 },