summaryrefslogtreecommitdiffstats
path: root/m_option.c
diff options
context:
space:
mode:
Diffstat (limited to 'm_option.c')
-rw-r--r--m_option.c1
1 files changed, 1 insertions, 0 deletions
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);