From: Ulrich Drepper Date: Wed, 10 Nov 1999 02:52:01 +0000 (+0000) Subject: Update from tzcode1999h. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a80163853ade494fa8310acd35270e55345db63;p=thirdparty%2Fglibc.git Update from tzcode1999h. --- diff --git a/timezone/checktab.awk b/timezone/checktab.awk index 43ecc92dfaa..6a2d19ae00a 100644 --- a/timezone/checktab.awk +++ b/timezone/checktab.awk @@ -1,6 +1,6 @@ # Check tz tables for consistency. -# @(#)checktab.awk 1.5 +# @(#)checktab.awk 1.6 # Contributed by Paul Eggert . @@ -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] }