summaryrefslogtreecommitdiff
path: root/gcc/ada/5ztpopsp.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/5ztpopsp.adb')
-rw-r--r--gcc/ada/5ztpopsp.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/5ztpopsp.adb b/gcc/ada/5ztpopsp.adb
index 6a69c38b511..02983287d2c 100644
--- a/gcc/ada/5ztpopsp.adb
+++ b/gcc/ada/5ztpopsp.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2002, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2004, 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- --
@@ -68,7 +68,7 @@ package body Specific is
function Self return Task_ID is
begin
- return To_Task_Id (ATCB_Key);
+ return To_Task_ID (ATCB_Key);
end Self;
end Specific;