From dc4c24a3d35603957aecf2b075ac25902d18a190 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 11 Aug 2012 19:33:27 +0200 Subject: avtools: move some newlines to show_help_options(). Don't require every caller to supply them. --- avprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avprobe.c') diff --git a/avprobe.c b/avprobe.c index 996a138576..0116acb005 100644 --- a/avprobe.c +++ b/avprobe.c @@ -872,7 +872,7 @@ static int show_help(const char *opt, const char *arg) { av_log_set_callback(log_callback_help); show_usage(); - show_help_options(options, "Main options:\n", 0, 0); + show_help_options(options, "Main options:", 0, 0); printf("\n"); show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM); return 0; -- cgit v1.2.3