diff options
Diffstat (limited to 'OvmfPkg/AcpiPlatformDxe/BootScript.c')
-rw-r--r-- | OvmfPkg/AcpiPlatformDxe/BootScript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OvmfPkg/AcpiPlatformDxe/BootScript.c b/OvmfPkg/AcpiPlatformDxe/BootScript.c index f2d1089e91..efcf2e3ba5 100644 --- a/OvmfPkg/AcpiPlatformDxe/BootScript.c +++ b/OvmfPkg/AcpiPlatformDxe/BootScript.c @@ -190,7 +190,7 @@ STATIC VOID
EFIAPI
AppendFwCfgBootScript (
- IN OUT VOID *Context, OPTIONAL
+ IN OUT VOID *Context OPTIONAL,
IN OUT VOID *ExternalScratchBuffer
)
{
|