]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update from tzcode1999h.
authorUlrich Drepper <drepper@redhat.com>
Wed, 10 Nov 1999 02:52:01 +0000 (02:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 10 Nov 1999 02:52:01 +0000 (02:52 +0000)
timezone/checktab.awk

index 43ecc92dfaa93ca7f1f1fa484edc11f99d522b21..6a2d19ae00ae8b997e30bee312a1638aa7e787cf 100644 (file)
@@ -1,6 +1,6 @@
 # Check tz tables for consistency.
 
-# @(#)checktab.awk     1.5
+# @(#)checktab.awk     1.6
 
 # Contributed by Paul Eggert <eggert@twinsun.com>.
 
@@ -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]
                        }