diff options
-rw-r--r-- | gprof/cg_print.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/cg_print.c b/gprof/cg_print.c index 64275f7..c604e6c 100644 --- a/gprof/cg_print.c +++ b/gprof/cg_print.c @@ -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++) { |