Eggert mods

SCCS-file: checktab.awk
SCCS-SID: 1.6
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:33 -04:00
committed by Paul Eggert
parent 3bba97fa23
commit 913866dc21
+1 -1
View File
@@ -148,7 +148,7 @@ END {
if (0 < want_warnings) {
for (cc in cc2name) {
if (!cc_used[cc]) {
printf "%s:%d: warning:" \
printf "%s:%d: warning: " \
"no Zone entries for %s (%s)\n", \
iso_table, cc2NR[cc], cc, cc2name[cc]
}