Cosmetic fix

This commit is contained in:
Tau 2019-05-28 17:20:13 -04:00
parent 943c4e41c0
commit 7b665b1288
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ void diva_hook_config_load(
assert(cfg != NULL);
assert(filename != NULL);
amex_config_load(&cfg->amex, filename);
nu_config_load(&cfg->nu, filename);
amex_config_load(&cfg->amex, filename);
}