| author | |
| committer | |
| log | cd5a750bf6d58fa355efe2223c3f9c0626198f13 |
| tree | 31db2ced497e5f1b469a6ff2bee5df9166de0e37 |
| parent | b55a218f33b3a9d93bb7bfc32463ec3f831dbb1e |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
Dir.zig+2| ... | ... | @@ -176,6 +176,8 @@ pub const Iterator = struct { |
| 176 | 176 | pub const Entry = struct { |
| 177 | 177 | name: [:0]const u8, |
| 178 | 178 | type: sys.DT, |
| 179 | ||
| 180 | pub const Type = sys.DT; | |
| 179 | 181 | }; |
| 180 | 182 | }; |
| 181 | 183 |