summaryrefslogtreecommitdiff
path: root/errorout.adb
diff options
context:
space:
mode:
authorTristan Gingold2014-05-29 13:41:14 +0200
committerTristan Gingold2014-05-29 13:41:14 +0200
commit595dda51e4f135f63a6f91970213f4de58201569 (patch)
treea7c0786e4739c25781ee67d253819845232ba992 /errorout.adb
parent8ee27274d6f04b2424fa70569fedf405de9da64a (diff)
downloadghdl-595dda51e4f135f63a6f91970213f4de58201569.tar.gz
ghdl-595dda51e4f135f63a6f91970213f4de58201569.tar.bz2
ghdl-595dda51e4f135f63a6f91970213f4de58201569.zip
errorout: fix a typo.
Diffstat (limited to 'errorout.adb')
-rw-r--r--errorout.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/errorout.adb b/errorout.adb
index 87e5493..9892728 100644
--- a/errorout.adb
+++ b/errorout.adb
@@ -841,7 +841,7 @@ package body Errorout is
begin
if Loc = Location_Nil then
-- Avoid a crash.
- return "??:??:??:";
+ return "??:??:??";
else
Location_To_Position (Loc, Name, Line, Col);
return Get_Location_Str (Name, Line, Col, Filename);