aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-ztenau.adb
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-10-10 01:40:27 +0159
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-10-10 01:40:27 +0159
commitee2ec6d2e2197bcd87b135f48ae82c209a83da9a (patch)
treef5386154f2fa284cbcff35e5857049ffc458f952 /gcc/ada/a-ztenau.adb
parent0b642ae1fa9a3e65eb826c1964482f975b33f5cd (diff)
downloadgcc-aarch64-ee2ec6d2e2197bcd87b135f48ae82c209a83da9a.tar.gz
Sync with svn rev. 192243
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'gcc/ada/a-ztenau.adb')
-rw-r--r--gcc/ada/a-ztenau.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-ztenau.adb b/gcc/ada/a-ztenau.adb
index c5776366b..8df795e68 100644
--- a/gcc/ada/a-ztenau.adb
+++ b/gcc/ada/a-ztenau.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2012, 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- --
@@ -153,7 +153,7 @@ package body Ada.Wide_Wide_Text_IO.Enumeration_Aux is
Set : Type_Set)
is
Actual_Width : constant Integer :=
- Integer'Max (Integer (Width), Item'Length);
+ Integer'Max (Integer (Width), Item'Length);
begin
Check_On_One_Line (TFT (File), Actual_Width);