From 5f9960976d23e7efc2d1dfa2f1f816673d5b81f1 Mon Sep 17 00:00:00 2001 From: Antoine Leca Date: Mon, 5 Mar 2001 00:15:37 +0000 Subject: [PATCH] * include/freetype/ttnameid.h: Correct a stupid typo which prevented correct compilation (TT_MS_LANGID_TIGRIGNA_ETHIOPIA appeared twice). I am sorry for the inconvenience :-(. --- ChangeLog | 8 +++++++- include/freetype/ttnameid.h | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc8f35411..b78b8bd5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-03-04 Antoine Leca + + * include/freetype/ttnameid.h: Correct a stupid typo which prevented + correct compilation (TT_MS_LANGID_TIGRIGNA_ETHIOPIA appeared twice). + I am sorry for the inconvenience :-(. + 2001-03-04 Werner Lemberg * src/autohint/ahtypes.h (AH_Hinter): Add elements @@ -35,7 +41,7 @@ the Type 1 glyph charstring (used by conversion programs). Submitted by Ha Shao . -2001-02-22 David Turner +2001-02-22 David Turner * src/base/ftgrays.c (grays_sweep): The function didn't exit immediately if `num_cells' was 0 as it should. Thanks to Boris for diff --git a/include/freetype/ttnameid.h b/include/freetype/ttnameid.h index 2ac40b342..cf9a19585 100644 --- a/include/freetype/ttnameid.h +++ b/include/freetype/ttnameid.h @@ -517,7 +517,7 @@ FT_BEGIN_HEADER /* language codes from 0x0466 to 0x0471 are unknown. */ #define TT_MS_LANGID_OROMO_ETHIOPIA 0x0472 #define TT_MS_LANGID_TIGRIGNA_ETHIOPIA 0x0473 -#define TT_MS_LANGID_TIGRIGNA_ETHIOPIA 0x0873 +#define TT_MS_LANGID_TIGRIGNA_ERYTHREA 0x0873