From 77a328769545f6b2970d8491fe77fe98781961cf Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 13 Aug 2011 17:16:45 +0200 Subject: [PATCH] Minor --- src/hb-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-common.h b/src/hb-common.h index a0ab17ef5..4687809dd 100644 --- a/src/hb-common.h +++ b/src/hb-common.h @@ -94,7 +94,7 @@ hb_tag_t hb_tag_from_string (const char *s); /* hb_direction_t */ -typedef enum _hb_direction_t { +typedef enum { HB_DIRECTION_INVALID = -1, HB_DIRECTION_LTR = 0, HB_DIRECTION_RTL,