From: Ian Lance Taylor Date: Thu, 7 May 1998 16:51:16 +0000 (+0000) Subject: remove \f from internationalized string X-Git-Tag: gdb-4_18~2286 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb5382d220878e99c82a628c7925c65e457bc1be;p=external%2Fbinutils.git remove \f from internationalized string --- 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++) {