1
0
원본 프로젝트 : xt-sys/exectos

Add missing comment

This commit is contained in:
2024-01-22 20:47:49 +01:00
부모 9fe347fd0a
커밋 6733e092ba

파일 보기

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