mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
* man2hlp.c (main): Remove unnecessary spaces in the table of
contents.
This commit is contained in:
parent
19a87dbeed
commit
bac6c6eaf2
@ -1,5 +1,8 @@
|
||||
2002-10-22 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* man2hlp.c (main): Remove unnecessary spaces in the table of
|
||||
contents.
|
||||
|
||||
* setup.c: Remove dead code surrounded by
|
||||
SAVE_CHANGES_OUTSIDE_OPTIONS_MENU.
|
||||
* tree.c: Make tree_navigation_flag static.
|
||||
|
@ -806,7 +806,7 @@ main (int argc, char **argv)
|
||||
struct node *next = cnode->next;
|
||||
|
||||
if (*node)
|
||||
fprintf (f_out, " %*s\001 %s \002%s\003", cnode->heading_level,
|
||||
fprintf (f_out, " %*s\001%s\002%s\003", cnode->heading_level,
|
||||
"", cnode->lname ? cnode->lname : node, node);
|
||||
fprintf (f_out, "\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user