X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FBrotliCustomDecompressLib%2FBrotliDecUefiSupport.c;h=f89db846ef23a55ae064ea2f87788eadddbdd845;hp=102146535b4f16ebd1e175f55cb4d36559d6b856;hb=1436aea4d5707e672672a11bda72be2c63c936c3;hpb=7c7184e201a90a1d2376e615e55e3f4074731468 diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecUefiSupport.c b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecUefiSupport.c index 102146535b..f89db846ef 100644 --- a/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecUefiSupport.c +++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecUefiSupport.c @@ -12,7 +12,7 @@ **/ VOID * BrDummyMalloc ( - IN size_t Size + IN size_t Size ) { ASSERT (FALSE); @@ -24,7 +24,7 @@ BrDummyMalloc ( **/ VOID BrDummyFree ( - IN VOID * Ptr + IN VOID *Ptr ) { ASSERT (FALSE);