mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-06 16:11:32 +03:00
* main.c (print_mc_usage): Remove unnecessary newline.
This commit is contained in:
parent
1c099a21ec
commit
c39e68b75c
@ -1,5 +1,7 @@
|
|||||||
2002-10-21 Pavel Roskin <proski@gnu.org>
|
2002-10-21 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* main.c (print_mc_usage): Remove unnecessary newline.
|
||||||
|
|
||||||
* main.c (print_mc_usage): Partly revert previous patch -
|
* main.c (print_mc_usage): Partly revert previous patch -
|
||||||
poptPrintHelp() has side effects and should not be called
|
poptPrintHelp() has side effects and should not be called
|
||||||
inside fprintf(), which can be a macro.
|
inside fprintf(), which can be a macro.
|
||||||
|
@ -2075,7 +2075,7 @@ print_mc_usage (poptContext ctx, FILE *stream)
|
|||||||
int leftColWidth;
|
int leftColWidth;
|
||||||
|
|
||||||
poptSetOtherOptionHelp (ctx,
|
poptSetOtherOptionHelp (ctx,
|
||||||
_("[flags] [this_dir] [other_panel_dir]\n\n"));
|
_("[flags] [this_dir] [other_panel_dir]\n"));
|
||||||
|
|
||||||
/* print help for options */
|
/* print help for options */
|
||||||
leftColWidth = poptPrintHelp (ctx, stream, 0);
|
leftColWidth = poptPrintHelp (ctx, stream, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user