diff --git a/xtldr/modules/beep/beep.c b/xtldr/modules/beep/beep.c index 1eab7b0e..0123052b 100644 --- a/xtldr/modules/beep/beep.c +++ b/xtldr/modules/beep/beep.c @@ -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; }