X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBasePeCoffExtraActionLibNull%2FPeCoffExtraActionLib.c;h=fcd33c132e0f2d6e07847496e35d465d4570b798;hp=3fb2827d0f756b547123d61d809e0fba62baabda;hb=9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107;hpb=d1102dba7210b95e41d06c2338a22ba6af248645;ds=sidebyside diff --git a/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c b/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c index 3fb2827d0f..fcd33c132e 100644 --- a/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c +++ b/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c @@ -1,7 +1,7 @@ /** @file Null PE/Coff Extra Action library instances with empty functions. - Copyright (c) 2009, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2018, 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 @@ -32,14 +32,14 @@ PeCoffLoaderRelocateImageExtraAction ( ) { ASSERT (ImageContext != NULL); -} +} /** Performs additional actions just before a PE/COFF image is unloaded. Any resources that were allocated by PeCoffLoaderRelocateImageExtraAction() must be freed. - + If ImageContext is NULL, then ASSERT(). - + @param ImageContext The pointer to the image context structure that describes the PE/COFF image that is being unloaded.