mirror of https://github.com/acidanthera/audk.git
Remove blank for function typedef, it will break generating doxygen document.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5596 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
eabbb93bfe
commit
9810cdd88c
|
@ -3485,7 +3485,7 @@ CalculateCheckSum64 (
|
|||
//
|
||||
typedef
|
||||
VOID
|
||||
(EFIAPI *SWITCH_STACK_ENTRY_POINT) (
|
||||
(EFIAPI *SWITCH_STACK_ENTRY_POINT)(
|
||||
IN VOID *Context1, OPTIONAL
|
||||
IN VOID *Context2 OPTIONAL
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue