From 77f6c35f358efd9fde1b09114265cc8f5dba6117 Mon Sep 17 00:00:00 2001 From: albeu Date: Thu, 23 Mar 2006 00:41:22 +0000 Subject: 100L too many arguments to mp_msg(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17928 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_property.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'm_property.c') 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); -- cgit v1.2.3