mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
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->opts[p->num_opts*2+1] = val ? strdup(val) : NULL;
|
||||||
p->num_opts++;
|
p->num_opts++;
|
||||||
p->opts[p->num_opts*2] = p->opts[p->num_opts*2+1] = NULL;
|
p->opts[p->num_opts*2] = p->opts[p->num_opts*2+1] = NULL;
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user