From 03c19e066d59259a7f75c8f64bf80a1db2ddb062 Mon Sep 17 00:00:00 2001 From: klu2 Date: Tue, 14 Oct 2008 17:32:18 +0000 Subject: Use CONST instead of const git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6112 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Nt32Pkg/Library') diff --git a/Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c b/Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c index a1a2580a5b..80796020f2 100644 --- a/Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c +++ b/Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c @@ -64,7 +64,7 @@ PeiNt32PeCoffLibConstructor ( // GuidHob is not ready, try to locate PeCoffLoader guid structure. // Status = (*PeiServices)->LocatePpi ( - (const EFI_PEI_SERVICES **)PeiServices, + (CONST EFI_PEI_SERVICES **)PeiServices, &gEfiPeiPeCoffLoaderGuid, 0, NULL, -- cgit v1.2.3