From a3093cbf5746993148f1621f7f80c6d093d65dbb Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 8 Mar 2026 15:11:13 +0100 Subject: [CHORE] GenericsLibrary: pstd, swap: Free function implementation update. Signed-off-by: Amlal El Mahrouss --- src/DebuggerKit/src/MachContractCLI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DebuggerKit') diff --git a/src/DebuggerKit/src/MachContractCLI.cpp b/src/DebuggerKit/src/MachContractCLI.cpp index a13a980..dcd8767 100644 --- a/src/DebuggerKit/src/MachContractCLI.cpp +++ b/src/DebuggerKit/src/MachContractCLI.cpp @@ -25,7 +25,7 @@ static Void dbgi_ctrlc_handler(std::int32_t _) { kKeepRunning = false; } -NECTAR_MODULE(DebuggerMachPOSIX) { +NECTAR_MODULE(DebuggerMach) { pfd::notify( "Debugger Event", "Userland Debugger\n(C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license."); -- cgit v1.2.3