[HarfBuzz] harfbuzz-ng: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Nov 2 16:16:28 PDT 2010


 src/hb-ot-shape-complex-arabic.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f22802431a983bd4bc60a7653b1103973c3475cb
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Tue Nov 2 19:12:37 2010 -0400

    Remove trailing comma

diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc
index 584fc51..0c485bd 100644
--- a/src/hb-ot-shape-complex-arabic.cc
+++ b/src/hb-ot-shape-complex-arabic.cc
@@ -43,7 +43,7 @@ enum {
   /* We deliberately don't have a JOINING_TYPE_L since that's unused in Unicode. */
 
   JOINING_TYPE_T = 6,
-  JOINING_TYPE_X = 7, /* means: use general-category to choose between U or T. */
+  JOINING_TYPE_X = 7  /* means: use general-category to choose between U or T. */
 };
 
 /*



More information about the HarfBuzz mailing list