summaryrefslogtreecommitdiff
path: root/gcc/ada/s-finroo.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-finroo.adb')
-rw-r--r--gcc/ada/s-finroo.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-finroo.adb b/gcc/ada/s-finroo.adb
index 559c29cf0d7..507a7575bde 100644
--- a/gcc/ada/s-finroo.adb
+++ b/gcc/ada/s-finroo.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2005 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2006, 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- --
@@ -90,7 +90,7 @@ package body System.Finalization_Root is
procedure Write
(Stream : not null access Ada.Streams.Root_Stream_Type'Class;
- Item : in Root_Controlled)
+ Item : Root_Controlled)
is
begin
null;