100L too many arguments to mp_msg().

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17928 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2006-03-23 00:41:22 +00:00
parent 4641dd87dc
commit 77f6c35f35
1 changed files with 1 additions and 4 deletions

View File

@ -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);