mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
remove \f from internationalized string
This commit is contained in:
@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user