[MPlayer-cvslog] r18583 - trunk/cfg-common.h

iive subversion at mplayerhq.hu
Mon Jun 5 20:50:44 CEST 2006


Author: iive
Date: Mon Jun  5 20:50:44 2006
New Revision: 18583

Modified:
   trunk/cfg-common.h

Log:
Adds missing NULL last entry to msgl_config
patch by Bryan Alton < balton at eircom dot net>


Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	(original)
+++ trunk/cfg-common.h	Mon Jun  5 20:50:44 2006
@@ -583,6 +583,8 @@
         "   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



More information about the MPlayer-cvslog mailing list