summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c')
-rw-r--r--MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c b/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
index b4f90e172f..e180f90e6b 100644
--- a/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
+++ b/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
@@ -34,7 +34,7 @@ VOID
EFIAPI
InitializeDebugAgent (
IN UINT32 InitFlag,
- IN VOID *Context, OPTIONAL
+ IN VOID *Context OPTIONAL,
IN DEBUG_AGENT_CONTINUE Function OPTIONAL
)
{
@@ -63,4 +63,3 @@ SaveAndSetDebugTimerInterrupt (
{
return FALSE;
}
-