* man2hlp.c (main): Remove unnecessary spaces in the table of
contents.
Этот коммит содержится в:
родитель
19a87dbeed
Коммит
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");
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user