From 3ab7d4f9fd64cd7721d5ea78eed867661868c788 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Thu, 24 Jul 2014 14:31:35 -0700 Subject: [PATCH] Minor fix to formatting in call_module_load --- libobs/obs-module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libobs/obs-module.c b/libobs/obs-module.c index ae399af34..c2725e420 100644 --- a/libobs/obs-module.c +++ b/libobs/obs-module.c @@ -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) -- GitLab