mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-11 17:24:08 +03:00
disk: Remove bogus pointer
This commit is contained in:
parent
4b724e65ad
commit
0af91feaef
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#include <efi.h>
|
#include <efi.h>
|
||||||
|
|
||||||
struct volume *disk_volume_from_efi_handle(EFI_HANDLE *efi_handle);
|
struct volume *disk_volume_from_efi_handle(EFI_HANDLE efi_handle);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ void disk_create_index(void) {
|
|||||||
|
|
||||||
#if uefi == 1
|
#if uefi == 1
|
||||||
|
|
||||||
struct volume *disk_volume_from_efi_handle(EFI_HANDLE *efi_handle) {
|
struct volume *disk_volume_from_efi_handle(EFI_HANDLE efi_handle) {
|
||||||
EFI_STATUS status;
|
EFI_STATUS status;
|
||||||
|
|
||||||
struct volume *ret = NULL;
|
struct volume *ret = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user