From 5962b1f14a238f9b7e99c8417cd4ede544b8cbc1 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 25 Jun 2004 17:01:25 +0000 Subject: degccify git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12654 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_option.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'm_option.c') diff --git a/m_option.c b/m_option.c index 53d757e933..43ae7e83cc 100644 --- a/m_option.c +++ b/m_option.c @@ -1389,15 +1389,15 @@ static int parse_obj_settings_list(m_option_t* opt,char *name, prefix[len-1] = '\0'; mp_msg(MSGT_VFILTER,MSGL_ERR, "Option %s: unknown postfix %s\n" "Supported postfixes are:\n" - " %3$s-add\n" + " %s-add\n" " Append the given list to the current list\n\n" - " %3$s-pre\n" + " %s-pre\n" " Prepend the given list to the current list\n\n" - " %3$s-del x,y,...\n" + " %s-del x,y,...\n" " Remove the given elements. Take the list element index (starting from 0).\n" " Negative index can be used (i.e. -1 is the last element)\n\n" - " %3$s-clr\n" - " Clear the current list.\n",name,n,prefix); + " %s-clr\n" + " Clear the current list.\n",name,n,prefix,prefix,prefix,prefix); return M_OPT_UNKNOWN; } -- cgit v1.2.3