aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-htable.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-htable.adb')
-rw-r--r--gcc/ada/s-htable.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-htable.adb b/gcc/ada/s-htable.adb
index 53302739..2d6a3c6 100644
--- a/gcc/ada/s-htable.adb
+++ b/gcc/ada/s-htable.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1995-2013, AdaCore --
+-- Copyright (C) 1995-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- --
@@ -149,7 +149,7 @@ package body System.HTable is
else
loop
- Next_Elmt := Next (Elmt);
+ Next_Elmt := Next (Elmt);
if Next_Elmt = Null_Ptr then
return;