From 0057fda6139b7694a9cdfdf9cb872ffaed25fcb7 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Mon, 1 Dec 2008 13:46:34 +0000 Subject: Refine MdePkg library instances: Remove unnecessary EFIAPI modifier for library worker functions, fix some typos, etc git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6790 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'MdePkg/Library/PeiExtractGuidedSectionLib') diff --git a/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c b/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c index 90cd8e8998..24bea8a4d5 100644 --- a/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c +++ b/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c @@ -40,7 +40,6 @@ typedef struct { @retval RETURN_OUT_OF_RESOURCES No enough memory to allocated. **/ RETURN_STATUS -EFIAPI PeiGetExtractGuidedSectionHandlerInfo ( IN OUT PEI_EXTRACT_GUIDED_SECTION_HANDLER_INFO **InfoPointer ) -- cgit v1.2.3