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

New commits:
commit f22802431a983bd4bc60a7653b1103973c3475cb
Author: Behdad Esfahbod <beh...@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. 
*/
 };
 
 /*
_______________________________________________
HarfBuzz mailing list
HarfBuzz@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to