Skip to content

Commit 244c08f

Browse files
committed
Rearrange interator code.
1 parent 2725a4b commit 244c08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/xtra/DIFF.LUA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local function diff_u(fn1,fn2)
1717
else
1818
table.insert(pre, l2)
1919
end
20-
x = x + 1 y = y + 1
20+
x, y = x + 1, y + 1
2121
l1, l2 = f1:read("*l"), f2:read("*l")
2222
end
2323
local function right()

0 commit comments

Comments
 (0)