X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FPeiReportStatusCodeLib%2FReportStatusCodeLib.c;h=f67adf9d3ac50ca56974f988bb27cfec97a9acf6;hp=44f733e7b393874f6eee10281d9477365ae845aa;hb=1b641bb8eedacb9ad0b4a89d4b275db9488553f1;hpb=0c39efcc51ee1f8cc1cde8fa531751525f9a060a diff --git a/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c b/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c index 44f733e7b3..f67adf9d3a 100644 --- a/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c +++ b/IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c @@ -1,7 +1,7 @@ /** @file Report Status Code Library for PEI Phase. - Copyright (c) 2006, Intel Corporation
+ Copyright (c) 2006 - 2008, Intel Corporation
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -68,7 +68,7 @@ InternalReportStatusCode ( CONST EFI_PEI_SERVICES **PeiServices; EFI_STATUS Status; - PeiServices = (CONST EFI_PEI_SERVICES **) GetPeiServicesTablePointer (); + PeiServices = GetPeiServicesTablePointer (); Status = (*PeiServices)->ReportStatusCode ( PeiServices, Type,