From 2572417054cbe46cda6e07b8154019c137dfe323 Mon Sep 17 00:00:00 2001 From: iive Date: Mon, 5 Jun 2006 18:50:44 +0000 Subject: 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 --- cfg-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index 5779157911..e78f9d939a 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -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 -- cgit v1.2.3