aboutsummaryrefslogtreecommitdiff
path: root/src/moves.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/moves.adb')
-rw-r--r--src/moves.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/moves.adb b/src/moves.adb
index 58bbbf9..c2ee332 100644
--- a/src/moves.adb
+++ b/src/moves.adb
@@ -18,10 +18,10 @@ package body Moves is
procedure Add
- (This : in out Path;
- List : in Path) is
+ (This : in out Path;
+ Items : in Path) is
begin
- This.Append (List);
+ This.Append (Items);
end Add;