summaryrefslogtreecommitdiff
path: root/src/efi/pefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/efi/pefile.c')
-rw-r--r--src/efi/pefile.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/efi/pefile.c b/src/efi/pefile.c
index 6ac28da..5d750e0 100644
--- a/src/efi/pefile.c
+++ b/src/efi/pefile.c
@@ -11,8 +11,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * Copyright (C) 2012-2013 Kay Sievers <kay@vrfy.org>
- * Copyright (C) 2012 Harald Hoyer <harald@redhat.com>
+ * Copyright (C) 2015 Kay Sievers <kay@vrfy.org>
*/
#include <efi.h>
@@ -154,7 +153,6 @@ EFI_STATUS pefile_locate_sections(EFI_FILE *dir, CHAR16 *path, CHAR8 **sections,
err = EFI_LOAD_ERROR;
goto out;
}
-
for (j = 0; sections[j]; j++) {
if (strcmpa(sections[j], sect.Name) != 0)
continue;