aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UPlatformLinux.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Classes/UPlatformLinux.pas b/Game/Code/Classes/UPlatformLinux.pas
index 0883b0f8..b005c8d9 100644
--- a/Game/Code/Classes/UPlatformLinux.pas
+++ b/Game/Code/Classes/UPlatformLinux.pas
@@ -139,7 +139,7 @@ begin
result := ExtractFilePath(ParamStr(0))
else
{$IFDEF UseLocalDirs}
- result := ExtractFilePath(ParamStr(0))
+ result := ExtractFilePath(ParamStr(0));
{$ELSE}
result := LogPath+'/';
{$ENDIF}
@@ -154,7 +154,7 @@ begin
result := ExtractFilePath(ParamStr(0))
else
{$IFDEF UseLocalDirs}
- result := ExtractFilePath(ParamStr(0))
+ result := ExtractFilePath(ParamStr(0));
{$ELSE}
result := SharedPath+'/';
{$ENDIF}
@@ -166,7 +166,7 @@ begin
result := ExtractFilePath(ParamStr(0))
else
{$IFDEF UseLocalDirs}
- result := ExtractFilePath(ParamStr(0))
+ result := ExtractFilePath(ParamStr(0));
{$ELSE}
result := get_homedir()+'/.'+PathSuffix+'/';
{$ENDIF}