Add missing comment
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 30s
Builds / ExectOS (i686) (push) Successful in 29s

This commit is contained in:
Rafal Kupiec 2024-01-22 20:47:49 +01:00
parent 9fe347fd0a
commit 6733e092ba
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -205,5 +205,6 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
/* Play the tune set in the configuration */
BpPlayTune(XtLdrProto->Config.GetValue(L"TUNE"));
/* Return success */
return STATUS_EFI_SUCCESS;
}