mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
std.os.uefi: Fix typo that causes compile time error #22809"
This commit is contained in:
parent
8248597a27
commit
cab6d752e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue