aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.c')
-rw-r--r--awkgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.c b/awkgram.c
index 16733a59..b6b07649 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -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);
}
}