diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/vhdl/errorout.adb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/errorout.adb b/src/vhdl/errorout.adb index 9de1aff56..96ee810f1 100644 --- a/src/vhdl/errorout.adb +++ b/src/vhdl/errorout.adb @@ -575,7 +575,7 @@ package body Errorout is          and then (File /= No_Source_File_Entry and Line /= 0)        then           Put_Line (Extract_Expanded_Line (File, Line)); -         Put_Line ((1 .. Col => ' ') & '^'); +         Put_Line ((1 .. Col - 1 => ' ') & '^');        end if;     end Report_Msg;  | 
