From 9f256ee58a9d830f1ace0f03c2628c2e6bb342c3 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Wed, 8 Aug 2007 15:23:09 +0000 Subject: [PATCH] Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3578 6f19259b-4bc3-4df7-8a09-765794883524 --- .../BaseUefiTianoCustomDecompressLib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c index 14a151bc78..061222dae0 100644 --- a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c +++ b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c @@ -859,8 +859,8 @@ Returns: RETURN_STATUS EFIAPI CustomDecompressGetAlgorithms ( - IN OUT GUID **AlgorithmGuidTable, - IN OUT UINTN *NumberOfAlgorithms + IN OUT GUID **AlgorithmGuidTable, + IN OUT UINT32 *NumberOfAlgorithms ) { if (NumberOfAlgorithms == NULL) { -- 2.39.2