diff options
Diffstat (limited to 'src/include/common/unicode_case_table.h')
-rw-r--r-- | src/include/common/unicode_case_table.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/common/unicode_case_table.h b/src/include/common/unicode_case_table.h index b239f0b3c3c..f6bb85c6c94 100644 --- a/src/include/common/unicode_case_table.h +++ b/src/include/common/unicode_case_table.h @@ -26,13 +26,13 @@ typedef enum CaseTitle = 1, CaseUpper = 2, NCaseKind -} CaseKind; +} CaseKind; typedef struct { pg_wchar codepoint; /* Unicode codepoint */ pg_wchar simplemap[NCaseKind]; -} pg_case_map; +} pg_case_map; /* * Case mapping table. Dense for codepoints < 0x80 (enabling fast lookup), |