From f2759eac27649728d5a9050f6364a287d41a1123 Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 5 Feb 2007 12:16:41 +0000 Subject: [PATCH] fixed compilation git-svn-id: trunk@10587 - --- ide/compiler.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/ide/compiler.pp b/ide/compiler.pp index 5c80ae33b2..529cc75b91 100644 --- a/ide/compiler.pp +++ b/ide/compiler.pp @@ -172,7 +172,6 @@ begin if not (TheProcess.ExitStatus in [0,1]) then begin WriteError(Format(listCompilerInternalError,[TheProcess.ExitStatus])); Result:=mrCancel; - exit; end; end; except