aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/g-dynhta.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-dynhta.adb')
-rw-r--r--gcc/ada/g-dynhta.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-dynhta.adb b/gcc/ada/g-dynhta.adb
index 929191d..449ac17 100644
--- a/gcc/ada/g-dynhta.adb
+++ b/gcc/ada/g-dynhta.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2002-2014, AdaCore --
+-- Copyright (C) 2002-2015, AdaCore --
-- --
-- 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- --
@@ -157,7 +157,7 @@ package body GNAT.Dynamic_HTables is
else
loop
- Next_Elmt := Next (Elmt);
+ Next_Elmt := Next (Elmt);
if Next_Elmt = Null_Ptr then
return;