summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-12-31 04:10:46 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-12-31 04:10:46 +0000
commit9fe425c9c86b37928967fd3cd84c5d68b70c781f (patch)
treec5c614937dc4836ca7253d35deb5b81ee5e02eb1 /MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib
parent4adf000886c2328d8dbbcd00b88e671286e9300f (diff)
downloadedk2-9fe425c9c86b37928967fd3cd84c5d68b70c781f.tar.gz
edk2-9fe425c9c86b37928967fd3cd84c5d68b70c781f.tar.bz2
edk2-9fe425c9c86b37928967fd3cd84c5d68b70c781f.zip
Align name of constructor and destructor.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9652 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib')
-rw-r--r--MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf b/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
index 8b77e19136..7ccf988133 100644
--- a/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
+++ b/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
@@ -21,8 +21,8 @@
VERSION_STRING = 1.0
LIBRARY_CLASS = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER
- CONSTRUCTOR = ReportStatusCodeLibConstruct
- DESTRUCTOR = ReportStatusCodeLibDestruct
+ CONSTRUCTOR = ReportStatusCodeLibConstructor
+ DESTRUCTOR = ReportStatusCodeLibDestructor
#
# The following information is for reference only and not required by the build tools.
#