summaryrefslogtreecommitdiff
path: root/sys/src/boot/efi/efi.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-10-19 22:01:13 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2014-10-19 22:01:13 +0200
commitd6ea4969607d9d6b33ae5a40a947f8a2aa2c0845 (patch)
tree50f7d91307a2f45aeff3d752003da6816f5d66f4 /sys/src/boot/efi/efi.c
parentf0ff0fb0544841d73bc29872d8e2fb4a6a8a5e06 (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.c2
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;