mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
std.os.uefi: Fix typo that causes compile time error #22809"
This commit is contained in:
parent
e24d13cae7
commit
913db1b1ca
@ -1,5 +1,5 @@
|
||||
const std = @import("std");
|
||||
const uefi = std.uefi;
|
||||
const uefi = std.os.uefi;
|
||||
const Guid = uefi.Guid;
|
||||
const Handle = uefi.Handle;
|
||||
const Status = uefi.Status;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user