summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-23 09:31:51 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-08-23 09:31:51 +0000
commit4b79797eeadc83a9ce1df5efe99d1f1248bbc887 (patch)
treeab5ac86122fc38f66bd1f05158f06e80d1e662fd /EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c
parent8e35b68162a77c580917b6f636f84b74dc4aed22 (diff)
downloadedk2-platforms-4b79797eeadc83a9ce1df5efe99d1f1248bbc887.tar.xz
1) Cleanup for GCC and ICC tool-chain.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5718 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c
index cbfad238bc..99b4b1cb21 100644
--- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c
+++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c
@@ -1,6 +1,6 @@
/*++
-Copyright (c) 2006 - 2007, 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
@@ -134,7 +134,7 @@ Returns:
//
Status = (*PeiServices)->GetHobList (
PeiServices,
- &HobStart.Raw
+ (VOID **) &HobStart.Raw
);
if (EFI_ERROR (Status)) {