diff options
Diffstat (limited to 'gcc/ada/sem_ch4.adb')
-rw-r--r-- | gcc/ada/sem_ch4.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb index a63d78e04e8..b71e1f9aaeb 100644 --- a/gcc/ada/sem_ch4.adb +++ b/gcc/ada/sem_ch4.adb @@ -1603,7 +1603,7 @@ package body Sem_Ch4 is then U_N := Entity (P); - if Ekind (U_N) in Type_Kind then + if Ekind (U_N) in Type_Kind then -- Reformat node as a type conversion |