remove \f from internationalized string

This commit is contained in:
Ian Lance Taylor 1998-05-07 16:51:16 +00:00
parent 1e0e34e02e
commit eb5382d220
1 changed files with 2 additions and 1 deletions

View File

@ -583,7 +583,8 @@ DEFUN_VOID (cg_print_index)
{
name_sorted_syms[todo++] = &cycle_header[index];
}
printf (_("\f\nIndex by function name\n\n"));
printf ("\f\n");
printf (_("Index by function name\n\n"));
index = (todo + 2) / 3;
for (i = 0; i < index; i++)
{