From cc9bb3ed6e52f2d179105aeace32c4b104c2c7eb Mon Sep 17 00:00:00 2001 From: vincents Date: Mon, 22 Jun 2009 07:49:21 +0000 Subject: [PATCH] IDE: formatting git-svn-id: trunk@20709 - --- ide/outputfilter.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/outputfilter.pas b/ide/outputfilter.pas index f33869031b..d63291042e 100644 --- a/ide/outputfilter.pas +++ b/ide/outputfilter.pas @@ -712,7 +712,7 @@ var i, j, FilenameEndPos: integer; if CompStr('ld: ',s,p) then begin inc(p, 4); DarwinSymbs := CompStr('symbol(s) not found',s,p); - Result := DarwinSymbs or (Pos('not found', s) > 0); + Result := DarwinSymbs or (Pos('not found', s) > 0); if DarwinSymbs then begin if DarwinLinkerLine <> '' then DoAddFilteredLine(DarwinLinkerLine); DarwinLinkerMultiline:=false;