add missing return
This commit is contained in:
parent
0089443756
commit
4816064c0e
|
@ -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…
Reference in New Issue