diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-19 22:01:13 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-10-19 22:01:13 +0200 |
commit | d6ea4969607d9d6b33ae5a40a947f8a2aa2c0845 (patch) | |
tree | 50f7d91307a2f45aeff3d752003da6816f5d66f4 /sys/src/boot/efi/efi.c | |
parent | f0ff0fb0544841d73bc29872d8e2fb4a6a8a5e06 (diff) |
efi: fix compiler warnings, remove indicator prints in readn()
Diffstat (limited to 'sys/src/boot/efi/efi.c')
-rw-r--r-- | sys/src/boot/efi/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/boot/efi/efi.c b/sys/src/boot/efi/efi.c index 4ca2c92fd..8ace417d8 100644 --- a/sys/src/boot/efi/efi.c +++ b/sys/src/boot/efi/efi.c @@ -7,7 +7,7 @@ enum { }; UINTN MK; -EFI_HANDLE *IH; +EFI_HANDLE IH; EFI_SYSTEM_TABLE *ST; EFI_GRAPHICS_OUTPUT_PROTOCOL *gop; |