aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/nlists.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/nlists.adb')
-rw-r--r--gcc/ada/nlists.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/nlists.adb b/gcc/ada/nlists.adb
index 41b5ac2..dcb5dd4 100644
--- a/gcc/ada/nlists.adb
+++ b/gcc/ada/nlists.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, 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- --
@@ -744,8 +744,8 @@ package body Nlists is
else
NL := New_List;
- E := First (List);
+ E := First (List);
while Present (E) loop
if Comes_From_Source (E) then
Append (New_Copy (E), NL);