[Indic] Fix switch
D'oh. Was working by pure chance :)).
This commit is contained in:
parent
ae4d4e1de6
commit
23b0e9d7dc
@ -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:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user