diff options
Diffstat (limited to 'gcc/ada/switch-c.adb')
-rw-r--r-- | gcc/ada/switch-c.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/switch-c.adb b/gcc/ada/switch-c.adb index a7299ab29fa..937a3a86b6f 100644 --- a/gcc/ada/switch-c.adb +++ b/gcc/ada/switch-c.adb @@ -133,8 +133,7 @@ package body Switch.C is elsif RTS_Specified.all /= Switch_Chars (Ptr + 4 .. Max) then - Osint.Fail - ("--RTS cannot be specified multiple times"); + Osint.Fail ("--RTS cannot be specified multiple times"); end if; -- Valid --RTS switch |