diff options
Diffstat (limited to 'gcc/ada/a-strmap.adb')
-rw-r--r-- | gcc/ada/a-strmap.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-strmap.adb b/gcc/ada/a-strmap.adb index 7ffe6eee76c..ba02086a316 100644 --- a/gcc/ada/a-strmap.adb +++ b/gcc/ada/a-strmap.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2002 Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -230,7 +230,7 @@ package body Ada.Strings.Maps is loop exit when not Set (C) or else C = Character'Last; - C := Character' Succ (C); + C := Character'Succ (C); end loop; if Set (C) then |