aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/016_for2.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/patches/016_for2.patch b/patches/patches/016_for2.patch
index 5aba37f..bdbfc7d 100644
--- a/patches/patches/016_for2.patch
+++ b/patches/patches/016_for2.patch
@@ -1,4 +1,4 @@
-27c27
-< for (bits) |bit, ???| {
+28c28
+< for (bits, ???) |bit, ???| {
---
-> for (bits) |bit, i| {
+> for (bits, 0..) |bit, i| {