# HG changeset patch # User Matti Hamalainen # Date 1400549676 -10800 # Node ID c7b8e299c6121254a7a2b563c7f8022a2221475d # Parent 2cc5434a8ce0c8871fb1c86fcfce97d0ebfb4479 Cosmetics. diff -r 2cc5434a8ce0 -r c7b8e299c612 main.c --- a/main.c Tue May 20 04:34:23 2014 +0300 +++ b/main.c Tue May 20 04:34:36 2014 +0300 @@ -133,8 +133,7 @@ void argShowHelp(void) { int i; - th_print_banner(stdout, th_prog_name, - "[options] "); + th_print_banner(stdout, th_prog_name, "[options] "); th_args_help(stdout, optList, optListN);