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. --- avserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avserver.c') diff --git a/avserver.c b/avserver.c index fabdd32b02..de050a6cce 100644 --- a/avserver.c +++ b/avserver.c @@ -4634,7 +4634,7 @@ static void show_help(void) printf("usage: avserver [options]\n" "Hyper fast multi format Audio/Video streaming server\n"); printf("\n"); - show_help_options(options, "Main options:\n", 0, 0); + show_help_options(options, "Main options:", 0, 0); } static const OptionDef options[] = { -- cgit v1.2.3