summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.c')
-rw-r--r--MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.c b/MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.c
index 70b4d10ef6..e3f677db19 100644
--- a/MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.c
+++ b/MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.c
@@ -11,7 +11,7 @@
#include <Library/MmServicesTableLib.h>
#include <Library/DebugLib.h>
-EFI_MM_SYSTEM_TABLE *gMmst = NULL;
+EFI_MM_SYSTEM_TABLE *gMmst = NULL;
/**
The constructor function caches the pointer of the MM Services Table.