| ... | @@ -570,7 +570,7 @@ pub const Dir = struct { | ... | @@ -570,7 +570,7 @@ pub const Dir = struct { |
| 570 | /// Memory such as file names referenced in this returned entry becomes invalid | 570 | /// Memory such as file names referenced in this returned entry becomes invalid |
| 571 | /// with subsequent calls to `next`, as well as when this `Dir` is deinitialized. | 571 | /// with subsequent calls to `next`, as well as when this `Dir` is deinitialized. |
| 572 | pub fn next(self: *Self) Error!?Entry { | 572 | pub fn next(self: *Self) Error!?Entry { |
| 573 | start_over: while (true) { | 573 | while (true) { |
| 574 | const w = os.windows; | 574 | const w = os.windows; |
| 575 | if (self.index >= self.end_index) { | 575 | if (self.index >= self.end_index) { |
| 576 | var io: w.IO_STATUS_BLOCK = undefined; | 576 | var io: w.IO_STATUS_BLOCK = undefined; |