diff --git a/src/ChangeLog b/src/ChangeLog index a5e71112e..ce2b7aade 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2002-10-21 Pavel Roskin + * main.c (print_mc_usage): Remove unnecessary newline. + * main.c (print_mc_usage): Partly revert previous patch - poptPrintHelp() has side effects and should not be called inside fprintf(), which can be a macro. diff --git a/src/main.c b/src/main.c index 648480b14..941e41999 100644 --- a/src/main.c +++ b/src/main.c @@ -2075,7 +2075,7 @@ print_mc_usage (poptContext ctx, FILE *stream) int leftColWidth; poptSetOtherOptionHelp (ctx, - _("[flags] [this_dir] [other_panel_dir]\n\n")); + _("[flags] [this_dir] [other_panel_dir]\n")); /* print help for options */ leftColWidth = poptPrintHelp (ctx, stream, 0);