]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove stray '*'
authorimp <imp@FreeBSD.org>
Fri, 3 May 2019 21:06:34 +0000 (21:06 +0000)
committerimp <imp@FreeBSD.org>
Fri, 3 May 2019 21:06:34 +0000 (21:06 +0000)
commit0bb44b8a2205606dfd79ece02149957dc8bcc787
treea05a4c6042b4efc6c591c7c62b9760659df35ede
parent59da4636c7898b75d5ea44290995ce8abee219d3
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