Remove trailing comma

This commit is contained in:
Behdad Esfahbod 2010-11-02 19:12:37 -04:00
parent 13528d0c78
commit f22802431a
1 changed files with 1 additions and 1 deletions

View File

@ -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. */
};
/*