[Indic] Fix switch

D'oh.  Was working by pure chance :)).
This commit is contained in:
Behdad Esfahbod 2012-08-26 14:30:18 -04:00
parent ae4d4e1de6
commit 23b0e9d7dc
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ initial_reordering_consonant_syllable (const hb_ot_shape_plan_t *plan, hb_buffer
has_reph = true;
};
switch (indic_plan->config->base_pos == BASE_POS_LAST)
switch (indic_plan->config->base_pos)
{
case BASE_POS_LAST:
{