Browse Source

Minor fix to formatting in call_module_load

jp9000 11 years ago
parent
commit
3ab7d4f9fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libobs/obs-module.c

+ 1 - 1
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)
 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");
 	obs_module_load = os_dlsym(module, "obs_module_load");
 	if (!obs_module_load)
 	if (!obs_module_load)