summaryrefslogtreecommitdiff
path: root/MdePkg/Library
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-08 15:21:11 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-08 15:21:11 +0000
commit98a1fa1f349476533c626020a7196f08c1ef2dba (patch)
treeabb5f0fcc6bc97926946335b972bb9e9fa2b636f /MdePkg/Library
parent7a31af6a12e9586fc0d6bed972c00a0aafd728d8 (diff)
downloadedk2-platforms-98a1fa1f349476533c626020a7196f08c1ef2dba.tar.xz
Correct parameter UINTN to UINT32
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3576 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r--MdePkg/Library/BaseCustomDecompressLibNull/BaseCustomDecompressLibNull.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseCustomDecompressLibNull/BaseCustomDecompressLibNull.c b/MdePkg/Library/BaseCustomDecompressLibNull/BaseCustomDecompressLibNull.c
index 4635e87e4d..2eaa4c95c1 100644
--- a/MdePkg/Library/BaseCustomDecompressLibNull/BaseCustomDecompressLibNull.c
+++ b/MdePkg/Library/BaseCustomDecompressLibNull/BaseCustomDecompressLibNull.c
@@ -77,8 +77,8 @@ CustomDecompress (
RETURN_STATUS
EFIAPI
CustomDecompressGetAlgorithms (
- IN OUT GUID **AlgorithmGuidTable,
- IN OUT UINTN *NumberOfAlgorithms
+ IN OUT GUID **AlgorithmGuidTable,
+ IN OUT UINT32 *NumberOfAlgorithms
)
{
*NumberOfAlgorithms = 0;