| author | |
| committer | |
| log | 151c7dc74b97d2552637af526cf56390586386a6 |
| tree | d400c2e6a0d7e137e7c5e3dc40583bb198c2f34d |
| parent | 417c68d249fc3a3fa5dad4adca57d191fe04daef |
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| |