]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove stray '*'
authorWarner Losh <imp@FreeBSD.org>
Fri, 3 May 2019 21:06:34 +0000 (21:06 +0000)
committerWarner Losh <imp@FreeBSD.org>
Fri, 3 May 2019 21:06:34 +0000 (21:06 +0000)
commitaacd73b871a0d7faec37eb33628b0e8d46d95a20
treea05a4c6042b4efc6c591c7c62b9760659df35ede
parent5c95417dad664242b88ab7358bc06d2bffbbe5b5
Remove stray '*'

We're storing an EFI_HANDLE, not an pointer to a handle. Since
EFI_HANDLE is a void * anyway, this has little practical effect since
the conversion to / from void * and void ** is silent.
stand/efi/boot1/boot_module.h