Missing cast

This commit is contained in:
Simon Cozens 2020-09-18 16:26:08 +01:00
parent 8e1bedc50b
commit 4bb6d54e3b
1 changed files with 1 additions and 1 deletions

View File

@ -1491,7 +1491,7 @@ final_reordering_indic (const hb_ot_shape_plan_t *plan,
if (buffer->message (font, "start reordering indic final")) {
foreach_syllable (buffer, start, end)
final_reordering_syllable_indic (plan, buffer, start, end);
buffer->message (font, "end reordering indic final");
(void) buffer->message (font, "end reordering indic final");
}
HB_BUFFER_DEALLOCATE_VAR (buffer, indic_category);