diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-08-24 10:25:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-08-24 10:25:56 +0300 |
commit | 0dcd39b002cff7785c38ce535f6e57d4208fefa6 (patch) | |
tree | 018a891250ad289b54fa8f28099110e697952ccb /awkgram.y | |
parent | e71664615529f419082b373ea7e44c35b0595a97 (diff) | |
download | egawk-0dcd39b002cff7785c38ce535f6e57d4208fefa6.tar.gz egawk-0dcd39b002cff7785c38ce535f6e57d4208fefa6.tar.bz2 egawk-0dcd39b002cff7785c38ce535f6e57d4208fefa6.zip |
Make all messages consistent: no final periods.
Diffstat (limited to 'awkgram.y')
-rw-r--r-- | awkgram.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4966,7 +4966,7 @@ shadow_funcs() /* End with fatal if the user requested it. */ if (shadow && lintfunc == r_fatal) - lintwarn(_("there were shadowed variables.")); + lintwarn(_("there were shadowed variables")); } |