summaryrefslogtreecommitdiff
path: root/source3/script/makeunicodecasemap.awk
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/makeunicodecasemap.awk')
-rw-r--r--source3/script/makeunicodecasemap.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/makeunicodecasemap.awk b/source3/script/makeunicodecasemap.awk
index 4a4640da85..8424b6c672 100644
--- a/source3/script/makeunicodecasemap.awk
+++ b/source3/script/makeunicodecasemap.awk
@@ -52,7 +52,7 @@ BEGIN {
END {
while ( val < 65536 ) {
- printf("{ 0, 0x%04X, 0x%04X }, \t\t\t/* %s NOMAP */\n", val, val, strval);
+ printf("{ 0x%04X, 0x%04X, 0 }, \t\t\t/* %s NOMAP */\n", val, val, strval);
val++;
strval=sprintf("%04X", val);
}