From 6733e092bad662dca0796c5e76b6a12cb8ffc5b0 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Mon, 22 Jan 2024 20:47:49 +0100 Subject: [PATCH] Add missing comment --- xtldr/modules/beep/beep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xtldr/modules/beep/beep.c b/xtldr/modules/beep/beep.c index 1eab7b0..0123052 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; }