| author | |
| committer | |
| log | cb9821a827f972252f8c02775bd2df07435f04c6 |
| tree | ea74b65e4a416ff515b6c2877b065777273ad16f |
| parent | 1231c8fbbd8be33674d33a302ddcb5dbcf52e2bf |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/uefi/tables.zig+1-1| ... | ... | @@ -90,7 +90,7 @@ pub const MemoryType = enum(u32) { |
| 90 | 90 | return @truncate(as_int - vendor_start); |
| 91 | 91 | } |
| 92 | 92 | |
| 93 | pub fn format(self: MemoryType, w: *std.io.Writer) std.io.WriteError!void { | |
| 93 | pub fn format(self: MemoryType, w: *std.io.Writer) std.io.Writer.Error!void { | |
| 94 | 94 | if (self.toOem()) |oemval| |
| 95 | 95 | try w.print("OEM({X})", .{oemval}) |
| 96 | 96 | else if (self.toVendor()) |vendorval| |