mirror of https://github.com/mpv-player/mpv
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:
parent
4641dd87dc
commit
77f6c35f35
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue