summaryrefslogtreecommitdiff
path: root/gcc/ada/a-titest.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-titest.adb')
-rw-r--r--gcc/ada/a-titest.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-titest.adb b/gcc/ada/a-titest.adb
index 98f9c0b00df..60dda6abbd7 100644
--- a/gcc/ada/a-titest.adb
+++ b/gcc/ada/a-titest.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- --
@@ -39,7 +39,7 @@ package body Ada.Text_IO.Text_Streams is
-- Stream --
------------
- function Stream (File : in File_Type) return Stream_Access is
+ function Stream (File : File_Type) return Stream_Access is
begin
System.File_IO.Check_File_Open (FCB.AFCB_Ptr (File));
return Stream_Access (File);