diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-23 08:37:33 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-23 08:37:33 +0000 |
commit | 6bee1632344ede1224baeb4fc27409b02a0389f8 (patch) | |
tree | 392ceb3174907a2dbf1c9fe6704d3f3e367e55fe /IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib | |
parent | bbc0f1bb24d1685a72f99a98ec1ae86e95891bb0 (diff) | |
download | edk2-platforms-6bee1632344ede1224baeb4fc27409b02a0389f8.tar.xz |
Fix building issue for Intel Compiler
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3695 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib')
-rw-r--r-- | IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c index 6a1d212d62..61585c7d62 100644 --- a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c +++ b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c @@ -875,4 +875,4 @@ CustomDecompressGetAlgorithms ( *NumberOfAlgorithms = 1;
return RETURN_SUCCESS;
-}
\ No newline at end of file +}
|