]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Align name of constructor and destructor.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 31 Dec 2009 04:10:46 +0000 (04:10 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 31 Dec 2009 04:10:46 +0000 (04:10 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9652 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf

index 8b77e191369a14c30195e96d3432a7fdcc845b90..7ccf9881337e9acf30255a5e8d3a2cbed02ff068 100644 (file)
@@ -21,8 +21,8 @@
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = ReportStatusCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
   \r
-  CONSTRUCTOR                    = ReportStatusCodeLibConstruct\r
-  DESTRUCTOR                     = ReportStatusCodeLibDestruct\r
+  CONSTRUCTOR                    = ReportStatusCodeLibConstructor\r
+  DESTRUCTOR                     = ReportStatusCodeLibDestructor\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r