mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 22:30:22 +00:00
Typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9791 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ac1ed6d086
commit
d2b8be978b
@ -60,7 +60,7 @@ m_struct_set(m_struct_t* st, void* obj, char* field, char* param) {
|
||||
}
|
||||
|
||||
if(f->type->parse(f,field,param,M_ST_MB_P(obj,f->p),M_CONFIG_FILE) < 0) {
|
||||
mp_msg(MSGT_CFGPARSER, MSGL_ERR,"Strut %s, field %s parsing error: %s\n",
|
||||
mp_msg(MSGT_CFGPARSER, MSGL_ERR,"Struct %s, field %s parsing error: %s\n",
|
||||
st->name,field,param);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user