style cleanups

This commit is contained in:
radius 2015-04-06 19:58:57 -05:00
parent 507ec17261
commit 1dd32a8da4
1 changed files with 8 additions and 8 deletions

View File

@ -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;