Adds missing NULL last entry to msgl_config

patch by Bryan Alton < balton at eircom dot net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18583 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2006-06-05 18:50:44 +00:00
parent 63784accb5
commit 2572417054
1 changed files with 2 additions and 0 deletions

View File

@ -583,6 +583,8 @@ m_option_t msgl_config[]={
" muxer - muxer layer\n"
" identify - identify output\n"
"\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
};
#ifdef WIN32