style cleanups
This commit is contained in:
parent
507ec17261
commit
1dd32a8da4
|
@ -1748,7 +1748,7 @@ bool core_unload_override(void)
|
|||
settings_t *settings = config_get_ptr();
|
||||
|
||||
*global->append_config_path = NULL;
|
||||
if(config_load_file(global->config_path, false))
|
||||
if (config_load_file(global->config_path, false))
|
||||
{
|
||||
RARCH_LOG("Configuration overrides unloaded, original configuration reset\n");
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue