提交 3ab7d4f9 编写于 作者: J jp9000

Minor fix to formatting in call_module_load

上级 57dcf497
......@@ -39,7 +39,7 @@ static inline int req_func_not_found(const char *name, const char *path)
static int call_module_load(void *module, const char *path)
{
bool (*obs_module_load)(uint32_t obs_ver) = NULL;
bool (*obs_module_load)(uint32_t obs_ver) = NULL;
obs_module_load = os_dlsym(module, "obs_module_load");
if (!obs_module_load)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册