diff options
Diffstat (limited to 'gcc/ada/sem_res.adb')
-rw-r--r-- | gcc/ada/sem_res.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_res.adb b/gcc/ada/sem_res.adb index e512ff0fb36..c79672f8853 100644 --- a/gcc/ada/sem_res.adb +++ b/gcc/ada/sem_res.adb @@ -4355,7 +4355,7 @@ package body Sem_Res is then Error_Msg_N ("cannot activate task before body seen?", N); - Error_Msg_N ("\Program_Error will be raised at run time", N); + Error_Msg_N ("\Program_Error will be raised at run time?", N); end if; end Resolve_Allocator; |