提交 935fa62d 编写于 作者: P Palana

Add missing return type to function

上级 cc9b7ae6
......@@ -242,7 +242,7 @@ int obs_data_addref(obs_data_t data)
return data ? ++data->ref : 0;
}
static inline obs_data_destroy(struct obs_data *data)
static inline void obs_data_destroy(struct obs_data *data)
{
struct obs_data_item *item = data->first_item;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册