summaryrefslogtreecommitdiffstats
path: root/m_property.c
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-23 00:41:22 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-23 00:41:22 +0000
commit77f6c35f358efd9fde1b09114265cc8f5dba6117 (patch)
tree3d26cc7970af2ec32ef41124c9dba60e05687ca7 /m_property.c
parent4641dd87dc7c5ebe22441f0ade505cea1612f9ee (diff)
downloadmpv-77f6c35f358efd9fde1b09114265cc8f5dba6117.tar.bz2
mpv-77f6c35f358efd9fde1b09114265cc8f5dba6117.tar.xz
100L too many arguments to mp_msg().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17928 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_property.c')
-rw-r--r--m_property.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/m_property.c b/m_property.c
index 619a919223..e4d77fb271 100644
--- a/m_property.c
+++ b/m_property.c
@@ -162,10 +162,7 @@ void m_properties_print_help_list(m_option_t* list) {
opt->name,
opt->type->name,
min,
- max,
- opt->flags & CONF_GLOBAL ? "Yes" : "No",
- opt->flags & CONF_NOCMD ? "No" : "Yes",
- opt->flags & CONF_NOCFG ? "No" : "Yes");
+ max);
count++;
}
mp_msg(MSGT_CFGPARSER, MSGL_INFO, MSGTR_TotalProperties, count);