diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-14 17:32:18 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-14 17:32:18 +0000 |
commit | 03c19e066d59259a7f75c8f64bf80a1db2ddb062 (patch) | |
tree | a17fd5f4e694ab5a7152a6c5213b4215ab9386db /Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c | |
parent | 190344219aabd6ea3c0cd095dcb1c5120eaa576d (diff) | |
download | edk2-platforms-03c19e066d59259a7f75c8f64bf80a1db2ddb062.tar.xz |
Use CONST instead of const
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6112 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c')
-rw-r--r-- | Nt32Pkg/Library/PeiNt32PeCoffLib/PeiNt32PeCoffLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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,
|