diff options
Diffstat (limited to 'MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf')
-rw-r--r-- | MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf index 938348a..ba2b6bb 100644 --- a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf +++ b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf @@ -5,7 +5,7 @@ # The X64 version library support loading IA32, X64 and EBC PE/COFF images.
#
# Copyright (c) 2006 - 2009, Intel Corporation.<BR>
-# Portions Copyright (c) 2008-2009 Apple Inc.<BR> +# Portions Copyright (c) 2008-2009 Apple Inc.<BR>
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -40,9 +40,9 @@ [Sources.IPF]
Ipf/PeCoffLoaderEx.c
-[Sources.ARM] - Arm/PeCoffLoaderEx.c - +[Sources.ARM]
+ Arm/PeCoffLoaderEx.c
+
[Packages]
MdePkg/MdePkg.dec
|