]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiPalLib/UefiPalLib.c
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / UefiPalLib / UefiPalLib.c
index 290488f73ccc81f6957dafe39434a8f7da846305..eb91f43226a270f6ec3806af75ce5cd58b89b4b3 100644 (file)
@@ -2,8 +2,8 @@
   PAL Library implementation retrieving the PAL Entry Point from the SAL System Table\r
   register in the EFI System Confguration Table.\r
 \r
-  Copyright (c) 2007 - 2008, Intel Corporation All rights\r
-  reserved. This program and the accompanying materials are\r
+  Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials are\r
   licensed and made available under the terms and conditions of\r
   the BSD License which accompanies this distribution.  The full\r
   text of the license may be found at\r
@@ -102,8 +102,8 @@ UefiPalLibConstructor (
              &gEfiSalSystemTableGuid,\r
              (VOID **) &SalSystemTable\r
              );\r
-\r
   ASSERT_EFI_ERROR (Status);\r
+  ASSERT (SalSystemTable != NULL);\r
 \r
   //\r
   // Check the first entry of SAL System Table,\r