diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-10 21:30:06 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-10 21:30:06 +0200 |
commit | 17fa9fed5d5a2830509002d95420023ab8b9483e (patch) | |
tree | 760fec8129e30623b2c823cc7c73ca87f762d656 /profile.c | |
parent | c303bf4568119a29999d213f5229faf174d9610b (diff) | |
download | egawk-17fa9fed5d5a2830509002d95420023ab8b9483e.tar.gz egawk-17fa9fed5d5a2830509002d95420023ab8b9483e.tar.bz2 egawk-17fa9fed5d5a2830509002d95420023ab8b9483e.zip |
Some minor cleanups and new it.po file.
Diffstat (limited to 'profile.c')
-rw-r--r-- | profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |