summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/pef-amd64-asm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandLine/pef-amd64-asm.cpp')
-rw-r--r--src/CommandLine/pef-amd64-asm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine/pef-amd64-asm.cpp b/src/CommandLine/pef-amd64-asm.cpp
index 3ca4639..77ca000 100644
--- a/src/CommandLine/pef-amd64-asm.cpp
+++ b/src/CommandLine/pef-amd64-asm.cpp
@@ -19,7 +19,7 @@ static auto kPath = "/usr/lib/libCompilerKit.so";
static auto kSymbol = "AssemblerMainAMD64";
-Int32 main(Int32 argc, Char const* argv[]) {
+Int32 main(Int32 argc, char const* argv[]) {
CompilerKit::ModuleLoader dylib;
dylib(kPath, kSymbol);