summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c')
-rw-r--r--MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c b/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c
index 0f611cd25d..73e76af219 100644
--- a/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c
+++ b/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c
@@ -11,7 +11,7 @@
#include <Library/SmmServicesTableLib.h>
#include <Library/DebugLib.h>
-EFI_SMM_SYSTEM_TABLE2 *gSmst = NULL;
+EFI_SMM_SYSTEM_TABLE2 *gSmst = NULL;
/**
The constructor function caches the pointer of SMM Services Table.