[MPlayer-cvslog] CVS: main cfg-common.h, 1.155, 1.156 m_option.c, 1.46, 1.47

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Mar 4 18:33:58 CET 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv17483

Modified Files:
	cfg-common.h m_option.c 
Log Message:
Make -xy help output consistent, output an empty line before and after.


Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- cfg-common.h	20 Feb 2006 09:36:09 -0000	1.155
+++ cfg-common.h	4 Mar 2006 17:33:55 -0000	1.156
@@ -524,7 +524,7 @@
 	{ "afilter", &mp_msg_levels[MSGT_AFILTER], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
 	{ "netst", &mp_msg_levels[MSGT_NETST], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
 	{ "muxer", &mp_msg_levels[MSGT_MUXER], CONF_TYPE_INT, CONF_RANGE, -1, 9, NULL },
-        {"help", "\nAvailable msg mdoules:\n"
+        {"help", "Available msg modules:\n"
         "   global     - common player errors/information\n"
         "   cplayer    - console player (mplayer.c)\n"
         "   gplayer    - gui player\n"

Index: m_option.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_option.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- m_option.c	22 Feb 2006 20:39:44 -0000	1.46
+++ m_option.c	4 Mar 2006 17:33:55 -0000	1.47
@@ -1584,6 +1584,7 @@
       mp_msg(MSGT_VFILTER,MSGL_INFO,"  %-15s: %s\n",
 	     M_ST_MB(char*,ol->list[n],ol->name_off),
 	     M_ST_MB(char*,ol->list[n],ol->info_off));
+    mp_msg(MSGT_VFILTER,MSGL_INFO,"\n");
     return M_OPT_EXIT - 1;
   }
   ptr = str = strdup(param);




More information about the MPlayer-cvslog mailing list