diff options
Diffstat (limited to 'loader/main_efi.c')
| -rw-r--r-- | loader/main_efi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/main_efi.c b/loader/main_efi.c index b3df593..1369891 100644 --- a/loader/main_efi.c +++ b/loader/main_efi.c @@ -9,8 +9,8 @@ #include <libc/stdio.h> #include <libc/string.h> -FILE *kstdout; -FILE *kstderr; +FILE *stdout; +FILE *stderr; static EFI_SYSTEM_TABLE *gST; static EFI_BOOT_SERVICES *gBS; |
