summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/comphook.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/comphook.pas b/compiler/comphook.pas
index 6dffea8ff1..60bd5ff27d 100644
--- a/compiler/comphook.pas
+++ b/compiler/comphook.pas
@@ -320,7 +320,7 @@ begin
else
begin
if status.use_gccoutput then
- hs:=gccfilename(status.currentsource)+': '+hs+' '+tostr(status.currentline)+': '+s
+ hs:=gccfilename(status.currentsource)+':'+tostr(status.currentline)+': '+hs+' '+s
else
hs:=status.currentsource+'('+tostr(status.currentline)+') '+hs+' '+s;
end;