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:
albeu 2006-03-13 21:18:27 +00:00
parent 4f3dfe9738
commit 4e1950bd8a
1 changed files with 1 additions and 0 deletions

View File

@ -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