[normalize] Cosmetic

I didn't know this syntax is allowed in old C++.
pull/3668/head
Behdad Esfahbod 2 years ago
parent b172f88c7d
commit 7ec4a556d9
  1. 3
      src/hb-ot-shape-normalize.cc

@ -143,8 +143,7 @@ decompose (const hb_ot_shape_normalize_context_t *c, bool shortest, hb_codepoint
return 1;
}
unsigned int ret;
if ((ret = decompose (c, shortest, a))) {
if (unsigned ret = decompose (c, shortest, a)) {
if (b) {
output_char (buffer, b, b_glyph);
return ret + 1;

Loading…
Cancel
Save