Skip to content

Commit 2c6a4ba

Browse files
authored
Add missing local variable declaration (#6163)
1 parent b3ad3ef commit 2c6a4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hpcgap/lib/hpc/tasks.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ end;
366366
WaitTasks := WaitTask;
367367

368368
WaitAnyTask := function(arg)
369-
local len, task;
369+
local i, len, task;
370370

371371
atomic arg[1] do
372372
if Length(arg) = 1 and IsList(arg[1]) then

0 commit comments

Comments
 (0)