add missing return
This commit is contained in:
parent
0089443756
commit
4816064c0e
@ -448,7 +448,9 @@ struct hb_prealloced_array_t
|
||||
return false;
|
||||
|
||||
array = new_array;
|
||||
allocated = new_allocated;
|
||||
allocated = new_allocated;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
inline bool resize (unsigned int size)
|
||||
|
Loading…
Reference in New Issue
Block a user