Mercurial > mplayer.hg
diff libvo/x11_common.c @ 17727:096cb1dfb591
Make -xy help output consistent, output an empty line before and after.
author | diego |
---|---|
date | Sat, 04 Mar 2006 17:33:56 +0000 |
parents | f580a7755ac5 |
children | d75953576ae4 |
line wrap: on
line diff
--- a/libvo/x11_common.c Sat Mar 04 16:30:25 2006 +0000 +++ b/libvo/x11_common.c Sat Mar 04 17:33:56 2006 +0000 @@ -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)