diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-04 17:33:56 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-04 17:33:56 +0000 |
commit | 1cbeb57911519b0c3f2a1974e877585115709fa3 (patch) | |
tree | 60defbf84092dbde184f23e8959acf4faabf2315 /libvo | |
parent | 0a163ed4e4e85034faac52a86219c18b21cb53e7 (diff) |
Make -xy help output consistent, output an empty line before and after.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17728 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/x11_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 04a04d2b7e..739fbd7ac7 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -240,7 +240,7 @@ void fstype_help(void) "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) |