diff options
Diffstat (limited to 'winsup/utils/tzmap-from-unicode.org')
-rwxr-xr-x | winsup/utils/tzmap-from-unicode.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/tzmap-from-unicode.org b/winsup/utils/tzmap-from-unicode.org index 9e713c3b2..a155312a8 100755 --- a/winsup/utils/tzmap-from-unicode.org +++ b/winsup/utils/tzmap-from-unicode.org @@ -59,7 +59,7 @@ echo "{" echo " PCWSTR win_tzkey;" echo " PCWSTR country;" echo " PCWSTR posix_tzid;" -echo "} tzmap[] =" +echo "} const tzmap[] =" echo "{" wget -O - "${ZONES_FILE}" | \ { |