| author | |
| committer | |
| log | e6cdf9cebf68d77aa1292433f6455e4d4ff8587b |
| tree | 10b83413c3b1cd5cf27dbce170e7f67249c30bda |
| parent | 23fb19fe4159b0ed41256b31ebac58934efcbb36 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/elf.zig+1-1| ... | ... | @@ -335,7 +335,7 @@ pub const ET = extern enum(u16) { |
| 335 | 335 | }; |
| 336 | 336 | |
| 337 | 337 | /// All integers are native endian. |
| 338 | const Header = struct { | |
| 338 | pub const Header = struct { | |
| 339 | 339 | endian: builtin.Endian, |
| 340 | 340 | is_64: bool, |
| 341 | 341 | entry: u64, |