diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-22 08:42:13 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-22 08:42:13 +0000 |
commit | 702887db454ab21b8f32c351fccc2a7e2689361f (patch) | |
tree | 2642a3d913cf3a13a4e357d0515ba45d0efe2c39 /MdeModulePkg/Core/Dxe/SectionExtraction | |
parent | 5157f1d73afbb5c0dcaea6ed313e6b0ceb67db6c (diff) | |
download | edk2-platforms-702887db454ab21b8f32c351fccc2a7e2689361f.tar.xz |
Update PciCfg2.c to follow strict ANSI C spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3687 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/SectionExtraction')
-rw-r--r-- | MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c b/MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c index de719f3e2e..adc590d8f5 100644 --- a/MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c +++ b/MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c @@ -1546,4 +1546,4 @@ CustomDecompressExtractSection ( CoreFreePool (ScratchBuffer);
return EFI_SUCCESS;
-}
\ No newline at end of file +}
|