add missing return

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

@ -448,7 +448,9 @@ struct hb_prealloced_array_t
return false; return false;
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