diff options
Diffstat (limited to 'gcc/ada/s-trafor-default.adb')
-rw-r--r-- | gcc/ada/s-trafor-default.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-trafor-default.adb b/gcc/ada/s-trafor-default.adb index 1918caed0f6..4451f432eba 100644 --- a/gcc/ada/s-trafor-default.adb +++ b/gcc/ada/s-trafor-default.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2001-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 2001-2006 Free Software Foundation, Inc. -- -- -- -- GNARL 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- -- @@ -41,7 +41,7 @@ package body System.Traces.Format is -- Format_Trace -- ------------------ - function Format_Trace (Source : in String) return String_Trace is + function Format_Trace (Source : String) return String_Trace is Length : Integer := Source'Length; Result : String_Trace := (others => ' '); |