summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/Util
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-28 18:12:17 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-28 18:12:17 +0200
commitd37f1a7381825d414e4b71c487eea509325f24c3 (patch)
treeb8df54b1da6a152e6f9a61b91b8feac90bdef4b9 /dev/LibCompiler/Util
parent26b2f0395db53b0bbb1915cd27ac2b99a4dbb0a2 (diff)
refactor: Refactor toolchain source code.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/Util')
-rw-r--r--dev/LibCompiler/Util/DylibHelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/Util/DylibHelpers.h b/dev/LibCompiler/Util/DylibHelpers.h
index e61cf9c..be8119f 100644
--- a/dev/LibCompiler/Util/DylibHelpers.h
+++ b/dev/LibCompiler/Util/DylibHelpers.h
@@ -9,5 +9,5 @@
#include <LibCompiler/Defines.h>
#include <dlfcn.h>
-typedef Int32 (*LibCompilerEntrypoint)(Int32 argc, CharType const* argv[]);
+typedef Int32 (*LibCompilerEntrypoint)(Int32 argc, Char const* argv[]);
typedef VoidPtr DylibHandle;