From 1cbeb57911519b0c3f2a1974e877585115709fa3 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 4 Mar 2006 17:33:56 +0000 Subject: 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 --- m_option.c | 1 + 1 file changed, 1 insertion(+) (limited to 'm_option.c') diff --git a/m_option.c b/m_option.c index 47a14c46c2..ce253f6784 100644 --- a/m_option.c +++ b/m_option.c @@ -1584,6 +1584,7 @@ static int parse_obj_settings_list(m_option_t* opt,char *name, 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); -- cgit v1.2.3