Fix "shift count >= width of type" issue

This commit is contained in:
Behdad Esfahbod 2013-10-23 23:34:13 +02:00
parent ac8cd51191
commit 6e613f3365
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ enum indic_category_t {
OT_Ra = 16, OT_Ra = 16,
OT_CM = 17, /* Consonant-Medial. */ OT_CM = 17, /* Consonant-Medial. */
OT_Avag = 18, /* Avagraha. */ OT_Avag = 18, /* Avagraha. */
OT_CM2 = 41 /* Consonant-Medial, second slot. */ OT_CM2 = 31 /* Consonant-Medial, second slot. */
}; };
/* Visual positions in a syllable from left to right. */ /* Visual positions in a syllable from left to right. */