diff options
Diffstat (limited to 'src/CommandLine/pef-amd64-drv.cpp')
| -rw-r--r-- | src/CommandLine/pef-amd64-drv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine/pef-amd64-drv.cpp b/src/CommandLine/pef-amd64-drv.cpp index c8d8dbe..0f919b4 100644 --- a/src/CommandLine/pef-amd64-drv.cpp +++ b/src/CommandLine/pef-amd64-drv.cpp @@ -19,7 +19,7 @@ static auto kPath = "/usr/lib/libCompilerKit.so"; static auto kSymbol = "CompilerNectarAMD64"; -Int32 main(Int32 argc, Char const* argv[]) { +Int32 main(Int32 argc, char const* argv[]) { CompilerKit::ModuleLoader dylib; dylib(kPath, kSymbol); |
