summaryrefslogtreecommitdiff
path: root/gcc/ada/a-stwima.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-stwima.adb')
-rw-r--r--gcc/ada/a-stwima.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-stwima.adb b/gcc/ada/a-stwima.adb
index 23bfc0b3ee2..e3bacd4498a 100644
--- a/gcc/ada/a-stwima.adb
+++ b/gcc/ada/a-stwima.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- --
@@ -707,7 +707,7 @@ package body Ada.Strings.Wide_Maps is
begin
return
(AF.Controlled with
- Set => new Wide_Character_Ranges' (1 => (Singleton, Singleton)));
+ Set => new Wide_Character_Ranges'(1 => (Singleton, Singleton)));
end To_Set;
-----------