diff options
Diffstat (limited to 'gcc/ada/sem_ch10.adb')
-rw-r--r-- | gcc/ada/sem_ch10.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch10.adb b/gcc/ada/sem_ch10.adb index e5519bf..807da29 100644 --- a/gcc/ada/sem_ch10.adb +++ b/gcc/ada/sem_ch10.adb @@ -3832,7 +3832,7 @@ package body Sem_Ch10 is if E2 = WEnt then Error_Msg_N - ("unlimited view visible through use clause ", W); + ("unlimited view visible through use clause", W); return; end if; end if; |