From f22802431a983bd4bc60a7653b1103973c3475cb Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 2 Nov 2010 19:12:37 -0400 Subject: [PATCH] Remove trailing comma --- src/hb-ot-shape-complex-arabic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-shape-complex-arabic.cc b/src/hb-ot-shape-complex-arabic.cc index 584fc51b6..0c485bd47 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. */ }; /*