From a13e1c0911c0627184bc38f18c7fdda64447b3ad Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 23 Mar 2025 19:13:48 +0100 Subject: meta(kernel): Reworked repository's filesystem structure. Removing useless parts of the project too. Signed-off-by: Amlal El Mahrouss --- public/tools/ld/src/CommandLine.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/tools/ld/src/CommandLine.cc') diff --git a/public/tools/ld/src/CommandLine.cc b/public/tools/ld/src/CommandLine.cc index 3efa5301..a6f98ee1 100644 --- a/public/tools/ld/src/CommandLine.cc +++ b/public/tools/ld/src/CommandLine.cc @@ -4,12 +4,12 @@ * Copyright (c) 2024 Amlal EL Mahrouss */ -#include +#include /// @brief This program loads a program for NeOS. SInt32 main(SInt32 argc, Char* argv[]) { - ConOut(nullptr, "LD: OpenCC or GCC for Ne needs to be installed.\rLD: This program is present as a placeholder."); + PrintOut(nullptr, "ld: A linker to be installed.\rld: This program is present as a placeholder."); return EXIT_FAILURE; } -- cgit v1.2.3