mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2025-03-04 00:52:48 +01:00
format code
This commit is contained in:
parent
21bb965382
commit
047733d122
@ -2,8 +2,7 @@
|
||||
|
||||
const wchar_t* get_config_path() {
|
||||
static wchar_t path[MAX_PATH];
|
||||
if (!GetEnvironmentVariableW(L"SEGATOOLS_CONFIG_PATH", path, MAX_PATH))
|
||||
{
|
||||
if (!GetEnvironmentVariableW(L"SEGATOOLS_CONFIG_PATH", path, MAX_PATH)) {
|
||||
return L".\\segatools.ini";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user