diff options
Diffstat (limited to 'src/vhdl/parse.adb')
-rw-r--r-- | src/vhdl/parse.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/parse.adb b/src/vhdl/parse.adb index 0b4294c1b..e0f42eb0e 100644 --- a/src/vhdl/parse.adb +++ b/src/vhdl/parse.adb @@ -482,7 +482,8 @@ package body Parse is Scan; if Current_Token = Tok_Out then -- Nice message for Ada users... - Error_Msg_Parse ("typo error, in out must be 'inout' in vhdl"); + Error_Msg_Parse + ("typo error, 'in out' must be 'inout' in vhdl"); Scan; return Iir_Inout_Mode; end if; |