summaryrefslogtreecommitdiff
path: root/lib/execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/execute.c')
-rw-r--r--lib/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/execute.c b/lib/execute.c
index 40b4005a..f57a6321 100644
--- a/lib/execute.c
+++ b/lib/execute.c
@@ -49,7 +49,7 @@ generate_path(CHAR16* name, EFI_LOADED_IMAGE *li, EFI_DEVICE_PATH **path, CHAR16
if (name[0] != '\\')
StrCat(*PathName, L"\\");
StrCat(*PathName, name);
-
+
*path = FileDevicePath(li->DeviceHandle, *PathName);
error: