diff options
Diffstat (limited to 'src/vhdl/errorout.adb')
-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 0923c5981..877fea25d 100644 --- a/src/vhdl/errorout.adb +++ b/src/vhdl/errorout.adb @@ -53,7 +53,7 @@ package body Errorout is is Str: constant String := Natural'Image (Val); begin - Put (Str(Str'First + 1 .. Str'Last)); + Put (Str (Str'First + 1 .. Str'Last)); end Disp_Natural; procedure Error_Msg (Msg: String) is |