* man2hlp.c (main): Remove unnecessary spaces in the table of

contents.
This commit is contained in:
Pavel Roskin 2002-10-23 00:42:34 +00:00
parent 19a87dbeed
commit bac6c6eaf2
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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");