summaryrefslogtreecommitdiff
path: root/gcc/ada/a-stzmap.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-stzmap.adb')
-rw-r--r--gcc/ada/a-stzmap.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-stzmap.adb b/gcc/ada/a-stzmap.adb
index 0afe4ff868f..b331a0f944b 100644
--- a/gcc/ada/a-stzmap.adb
+++ b/gcc/ada/a-stzmap.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2015, 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- --
@@ -368,7 +368,7 @@ package body Ada.Strings.Wide_Wide_Maps is
Wide_Wide_Character_Mapping_Values_Access);
begin
- if Object.Map /= Null_Map'Unrestricted_Access then
+ if Object.Map /= Null_Map'Unrestricted_Access then
Free (Object.Map);
end if;
end Finalize;