mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-14 15:45:30 +00:00
lib/simple_file.c: minor cleanup
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
a55b4d6688
commit
80b7937e17
@ -360,7 +360,7 @@ simple_dir_filter(EFI_HANDLE image, CHAR16 *name, CHAR16 *filter,
|
||||
break;
|
||||
}
|
||||
|
||||
next:
|
||||
next:
|
||||
if (StrCmp(next->FileName, L"..") == 0) {
|
||||
/* place .. directory first */
|
||||
CHAR16 *tmp = (*result)[(*count) - 1];
|
||||
|
Loading…
Reference in New Issue
Block a user