summaryrefslogtreecommitdiff
path: root/profile.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-02-10 21:30:06 +0200
committerArnold D. Robbins <arnold@skeeve.com>2011-02-10 21:30:06 +0200
commit17fa9fed5d5a2830509002d95420023ab8b9483e (patch)
tree760fec8129e30623b2c823cc7c73ca87f762d656 /profile.c
parentc303bf4568119a29999d213f5229faf174d9610b (diff)
downloadgawk-17fa9fed5d5a2830509002d95420023ab8b9483e.tar.gz
Some minor cleanups and new it.po file.
Diffstat (limited to 'profile.c')
-rw-r--r--profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.c b/profile.c
index 2498e4c6..06dfb16a 100644
--- a/profile.c
+++ b/profile.c
@@ -205,7 +205,7 @@ pprint(INSTRUCTION *startp, INSTRUCTION *endp, int in_for_header)
ip = (pc + 1)->firsti;
} else {
if (! rule_count[rule]++)
- fprintf(prof_fp, _("\t# %s(s)\n\n"), ruletab[rule]);
+ fprintf(prof_fp, _("\t# Rule(s)\n\n"));
ip = pc->nexti;
indent(ip->exec_count);
if (ip != (pc + 1)->firsti) { /* non-empty pattern */