From b88a17a87b2ccae7788ecce964bbb8d1b0e877da Mon Sep 17 00:00:00 2001
From: tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>
Date: Mon, 17 Dec 2007 11:16:51 +0000
Subject: lazarus (was it lazarus?) complained about missing parameters for
 halt. after removing the bracket it knew it should use the parameter-less
 version of halt.

git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@707 b956fd51-792f-4845-bead-9b4dfca2ff2c
---
 Game/Code/Classes/UCommandLine.pas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Game/Code')

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;
 
 //-------------
-- 
cgit v1.2.3