add missing return

pull/769/head^2
Rod Sheeter 7 years ago
parent 0089443756
commit 4816064c0e
  1. 2
      src/hb-private.hh

@ -449,6 +449,8 @@ struct hb_prealloced_array_t
array = new_array; array = new_array;
allocated = new_allocated; allocated = new_allocated;
return true;
} }
inline bool resize (unsigned int size) inline bool resize (unsigned int size)

Loading…
Cancel
Save