diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-13 20:17:41 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-13 20:17:41 +0200 |
commit | 29d0afc3d5b29804f94cb142d949a83d7f1fbd39 (patch) | |
tree | 00849633de8fad428b05068d43ce28a5b594bdb7 /awkgram.c | |
parent | 0d6a16858bb4ec2869ab7a85f541f96957279e46 (diff) | |
download | egawk-29d0afc3d5b29804f94cb142d949a83d7f1fbd39.tar.gz egawk-29d0afc3d5b29804f94cb142d949a83d7f1fbd39.tar.bz2 egawk-29d0afc3d5b29804f94cb142d949a83d7f1fbd39.zip |
Minor message fix.
Diffstat (limited to 'awkgram.c')
-rw-r--r-- | awkgram.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6937,7 +6937,7 @@ check_funcs() _("function `%s' called but never defined"), fp->name); #endif if (do_lint && fp->used == 0) { - lintwarn(_("function `%s' defined but never called"), + lintwarn(_("function `%s' defined but never called directly"), fp->name); } } |