diff --git a/xtldr/xtldr.c b/xtldr/xtldr.c index 6df5ce7..b77f8a0 100644 --- a/xtldr/xtldr.c +++ b/xtldr/xtldr.c @@ -219,7 +219,8 @@ BlInvokeBootProtocol(IN PLIST_ENTRY OptionsList) else if(RtlCompareWideStringInsensitive(Option->Name, L"SYSTEMPATH", 0) == 0) { /* System path found, get volume device path */ - Status = BlGetVolumeDevicePath((PWCHAR)Option->Value, &BootParameters.DevicePath, &BootParameters.ArcName, &BootParameters.SystemPath); + Status = BlGetVolumeDevicePath((PWCHAR)Option->Value, &BootParameters.DevicePath, + &BootParameters.ArcName, &BootParameters.SystemPath); if(Status != STATUS_EFI_SUCCESS) { /* Failed to find volume */