mirror of https://github.com/mpv-player/mpv
10L fix missing return statement.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17857 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4f3dfe9738
commit
4e1950bd8a
|
@ -470,6 +470,7 @@ m_config_set_profile_option(m_config_t* config, m_profile_t* p,
|
|||
p->opts[p->num_opts*2+1] = val ? strdup(val) : NULL;
|
||||
p->num_opts++;
|
||||
p->opts[p->num_opts*2] = p->opts[p->num_opts*2+1] = NULL;
|
||||
return 1;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue