mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 14:52:43 +00:00
fix a typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9097 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a5c58add8d
commit
5048def3c4
@ -101,7 +101,7 @@ m_config_parse_me_command_line(m_config_t *config, int argc, char **argv)
|
||||
mp_opt = m_config_get_option(config,opt);
|
||||
if(!mp_opt) {
|
||||
tmp = M_OPT_UNKNOW;
|
||||
mp_msg(MSGT_CFGPARSER, MSGL_ERR, "%s in not an MEncoder option\n",opt);
|
||||
mp_msg(MSGT_CFGPARSER, MSGL_ERR, "%s is not an MEncoder option\n",opt);
|
||||
goto err_out;
|
||||
}
|
||||
// Hack for the -vcd ... options
|
||||
|
Loading…
Reference in New Issue
Block a user