]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.c
EmbeddedPkg: Remove unused TemplateSerialPortLib
[mirror_edk2.git] / EmbeddedPkg / Library / LzmaHobCustomDecompressLib / LzmaHobCustomDecompressLib.c
old mode 100755 (executable)
new mode 100644 (file)
index fe5fd83..2a91a98
@@ -3,8 +3,8 @@
   It wraps Lzma decompress interfaces to GUIDed Section Extraction interfaces\r
   and registers them into GUIDed handler table.\r
 \r
-  Copyright (c) 2009, Intel Corporation<BR>\r
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
   http://opensource.org/licenses/bsd-license.php\r
@@ -34,17 +34,17 @@ LzmaDecompressLibConstructor (
   )\r
 {\r
   EXTRACT_SECTION_HOB   *Hob;\r
-  \r
+\r
   Hob = GetFirstGuidHob (&gLzmaCustomDecompressGuid);\r
   if (Hob == NULL) {\r
     return EFI_NOT_FOUND;\r
   }\r
-  \r
-  // Locate Guided Hob   \r
+\r
+  // Locate Guided Hob\r
 \r
   return ExtractGuidedSectionRegisterHandlers (\r
           &gLzmaCustomDecompressGuid,\r
-          Hob->SectionGetInfo,\r
-          Hob->SectionExtraction\r
-          );      \r
+          Hob->Data.SectionGetInfo,\r
+          Hob->Data.SectionExtraction\r
+          );\r
 }\r