diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-05-20 09:29:13 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-05-20 09:29:13 +0000 |
commit | dedfc3bbc97e726e259bfadbdf22502133faa8a8 (patch) | |
tree | 9b4785543adeb5d561bedfaee0b7c67b7e6f4a49 /IntelFrameworkModulePkg/Include | |
parent | ce4106bec492fc943bb37c488f5c75944498e99d (diff) | |
download | edk2-platforms-dedfc3bbc97e726e259bfadbdf22502133faa8a8.tar.xz |
Fix the issue that BootOrder can't be set
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8343 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include')
-rw-r--r-- | IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h b/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h index 3e98785c2b..610443c54b 100644 --- a/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h +++ b/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h @@ -20,4 +20,4 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. extern GUID gTianoCustomDecompressGuid;
-#endif // #ifndef _EFI_CAPSULE_VENDOR_GUID_H_
+#endif
|