summaryrefslogtreecommitdiffhomepage
path: root/public/tools/ld.fwrk/src
diff options
context:
space:
mode:
Diffstat (limited to 'public/tools/ld.fwrk/src')
-rw-r--r--public/tools/ld.fwrk/src/CommandLine.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/tools/ld.fwrk/src/CommandLine.cc b/public/tools/ld.fwrk/src/CommandLine.cc
index b02361fe..70c509b9 100644
--- a/public/tools/ld.fwrk/src/CommandLine.cc
+++ b/public/tools/ld.fwrk/src/CommandLine.cc
@@ -13,7 +13,8 @@ SInt32 _NeMain(SInt32 argc, Char* argv[]) {
LIBSYS_UNUSED(argv);
PrintOut(nullptr, "%s", "ld.fwrk: Framework Loader.\n");
- PrintOut(nullptr, "%s", "ld.fwrk: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n");
+ PrintOut(nullptr, "%s",
+ "ld.fwrk: © 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.\n");
return EXIT_FAILURE;
}