mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-27 01:53:13 +01:00
Fix indentation, removing tabs.
This commit is contained in:
@@ -71,9 +71,9 @@ bool ConfigFile::read(const char* argv0, void* mainAddr, const char* filename)
|
||||
if (!p.exists())
|
||||
{
|
||||
#if _WIN32
|
||||
p = ConfigGetExePath(p);
|
||||
exeDirectoryName = p.toString();
|
||||
#else
|
||||
p = ConfigGetExePath(p);
|
||||
exeDirectoryName = p.toString();
|
||||
#else
|
||||
// 4) try next to the executable
|
||||
p = sys::Path::GetMainExecutable(argv0, mainAddr);
|
||||
p.eraseComponent();
|
||||
|
||||
Reference in New Issue
Block a user