[BZ #4276]
[platform/upstream/glibc.git] / timezone / checktab.awk
index 43ecc92..80ad7d5 100644 (file)
@@ -1,8 +1,8 @@
 # Check tz tables for consistency.
 
-# @(#)checktab.awk     1.5
+# @(#)checktab.awk     8.1
 
-# Contributed by Paul Eggert <eggert@twinsun.com>.
+# Contributed by Paul Eggert.
 
 BEGIN {
        FS = "\t"
@@ -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]
                        }