aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UCommandLine.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/UCommandLine.pas')
-rw-r--r--Game/Code/Classes/UCommandLine.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/UCommandLine.pas b/Game/Code/Classes/UCommandLine.pas
index 6a5a4808..e99ee37a 100644
--- a/Game/Code/Classes/UCommandLine.pas
+++ b/Game/Code/Classes/UCommandLine.pas
@@ -96,7 +96,7 @@ begin
writeln( ' '+s( cMediaInterfaces ) + ' : Show in-use media interfaces' );
writeln( '' );
- halt();
+ halt;
end;
//-------------