提交 4816064c 编写于 作者: R Rod Sheeter

add missing return

上级 00894437
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册