forked from TeamTofuShop/segatools
format code
This commit is contained in:
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
const wchar_t* get_config_path() {
|
const wchar_t* get_config_path() {
|
||||||
static wchar_t path[MAX_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";
|
return L".\\segatools.ini";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user