summaryrefslogtreecommitdiff
path: root/gcc/ada/a-wtenau.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-wtenau.adb')
-rw-r--r--gcc/ada/a-wtenau.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-wtenau.adb b/gcc/ada/a-wtenau.adb
index 44658bc748b..d09306bb756 100644
--- a/gcc/ada/a-wtenau.adb
+++ b/gcc/ada/a-wtenau.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- --
@@ -152,7 +152,7 @@ package body Ada.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);