commit | 77a328769545f6b2970d8491fe77fe98781961cf | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Sat Aug 13 17:16:45 2011 +0200 |
committer | Behdad Esfahbod <[email protected]> | Sat Aug 13 17:16:45 2011 +0200 |
tree | c85f000851eaeaa9d63b97e0a31798ca90651b89 | |
parent | 3bb300ee78a40f9ded21ab19283863b733aeb677 [diff] |
Minor
diff --git a/src/hb-common.h b/src/hb-common.h index a0ab17e..4687809 100644 --- a/src/hb-common.h +++ b/src/hb-common.h
@@ -94,7 +94,7 @@ /* hb_direction_t */ -typedef enum _hb_direction_t { +typedef enum { HB_DIRECTION_INVALID = -1, HB_DIRECTION_LTR = 0, HB_DIRECTION_RTL,