[MPlayer-cvslog] CVS: main/libvo x11_common.c,1.204,1.205

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/libvo
In directory mail:/var2/tmp/cvs-serv17483/libvo

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


Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- x11_common.c	9 Feb 2006 14:07:59 -0000	1.204
+++ x11_common.c	4 Mar 2006 17:33:56 -0000	1.205
@@ -240,7 +240,7 @@
            "use _NETWM_STATE_STAYS_ON_TOP hint if available");
     mp_msg(MSGT_VO, MSGL_INFO,
            "You can also negate the settings with simply putting '-' in the beginning");
-    mp_msg(MSGT_VO, MSGL_INFO, "\n\n");
+    mp_msg(MSGT_VO, MSGL_INFO, "\n");
 }
 
 static void fstype_dump(int fstype)




More information about the MPlayer-cvslog mailing list