| author | |
| committer | |
| log | e617e8a7981119d1b2d3593b14c1a06dde5f1c43 |
| tree | b618a605cca1b9c9b71471d94a6e411352cab1d2 |
| parent | 7c12f93734b17408e8a334b8a6df284966809804 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/uefi.zig+1-1| ... | ... | @@ -32,7 +32,7 @@ pub const Guid = extern struct { |
| 32 | 32 | options: fmt.FormatOptions, |
| 33 | 33 | context: var, |
| 34 | 34 | comptime Errors: type, |
| 35 | output: fn (@TypeOf(context), []const u8) Errors!void, | |
| 35 | comptime output: fn (@TypeOf(context), []const u8) Errors!void, | |
| 36 | 36 | ) Errors!void { |
| 37 | 37 | if (f.len == 0) { |
| 38 | 38 | return fmt.format(context, Errors, output, "{x:0>8}-{x:0>4}-{x:0>4}-{x:0>2}{x:0>2}-{x:0>12}", .{ |